Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
qfq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
typo3
qfq
Commits
f32e0dcd
Commit
f32e0dcd
authored
8 years ago
by
Rafael Ostertag
Browse files
Options
Downloads
Patches
Plain Diff
Committed missing SpecRunner.html.
parent
b75e7da0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/jasmine/acceptance/MIT.LICENSE
+20
-0
20 additions, 0 deletions
tests/jasmine/acceptance/MIT.LICENSE
tests/jasmine/acceptance/SpecRunner.html
+78
-0
78 additions, 0 deletions
tests/jasmine/acceptance/SpecRunner.html
with
98 additions
and
0 deletions
tests/jasmine/acceptance/MIT.LICENSE
0 → 100644
+
20
−
0
View file @
f32e0dcd
Copyright (c) 2008-2014 Pivotal Labs
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
This diff is collapsed.
Click to expand it.
tests/jasmine/acceptance/SpecRunner.html
0 → 100644
+
78
−
0
View file @
f32e0dcd
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<title>
Jasmine Spec Runner v2.4.1
</title>
<link
rel=
"shortcut icon"
type=
"image/png"
href=
"../lib/jasmine-2.4.1/jasmine_favicon.png"
>
<link
rel=
"stylesheet"
href=
"../lib/jasmine-2.4.1/jasmine.css"
>
<script
src=
"../lib/jasmine-2.4.1/jasmine.js"
></script>
<script
src=
"../lib/jasmine-2.4.1/jasmine-html.js"
></script>
<script
src=
"../lib/jasmine-2.4.1/boot.js"
></script>
<script
src=
"../helper/mock-ajax.js"
></script>
<script
src=
"../../../js/jquery.min.js"
></script>
<script
src=
"../../../js/bootstrap.min.js"
></script>
<script
src=
"../../../js/EventEmitter.min.js"
></script>
<!-- include source files here... -->
<script
src=
"../../../js/qfq.debug.js"
></script>
<!-- include spec files here... -->
<script
src=
"spec/FileUploadSpec.js"
></script>
</head>
<body>
<div
class=
"col-md-2 "
>
<div
class=
"btn-toolbar pull-right"
role=
"toolbar"
>
<div
class=
"btn-group"
role=
"group"
>
<button
id=
"save-button"
type=
"button"
class=
"btn btn-default navbar-btn"
><span
class=
"glyphicon glyphicon-ok"
></span></button>
<button
id=
"close-button"
type=
"button"
class=
"btn btn-default navbar-btn"
><span
class=
"glyphicon glyphicon-remove"
></span></button>
</div>
<div
class=
"btn-group"
role=
"group"
>
<button
id=
"delete-button"
type=
"button"
class=
"btn btn-default navbar-btn"
><span
class=
"glyphicon glyphicon-trash"
></span></button>
</div>
<div
class=
"btn-group"
role=
"group"
>
<a
id=
"form-new-button"
href=
"personmock.html?s=badcaffe1"
class=
"btn btn-default navbar-btn"
><span
class=
"glyphicon glyphicon-plus"
></span></a>
</div>
</div>
</div>
<form
id=
"myForm"
class=
"form-horizontal"
data-toggle=
"validator"
>
</form>
<script
type=
"text/template"
id=
"fileupload_new"
>
<
input
type
=
"
hidden
"
name
=
"
s
"
value
=
"
badcaffee1234
"
>
<
div
class
=
"
form-group
"
>
<
div
class
=
"
col-md-2
"
>
<
label
for
=
"
fileupload
"
class
=
"
control-label
"
>
File
upload
<
/label
>
<
/div
>
<
div
class
=
"
col-md-6
"
>
<
div
class
=
"
col-md-6
"
>
<
div
class
=
"
uploaded-file hidden
"
><
span
class
=
"
uploaded-file-name
"
>
john
.
doe
.
png
<
/span
>
<
button
class
=
"
delete-file
"
data
-
sip
=
"
filedeletesip
"
name
=
"
trash-picture:1
"
><
span
class
=
"
glyphicon glyphicon-trash
"
><
/span></
button
>
<
/div
>
<
input
id
=
"
fileupload
"
name
=
"
picture:1
"
class
=
"
hidden
"
type
=
"
file
"
data
-
sip
=
"
fileuploadsip
"
>
<
div
class
=
"
help-block with-errors
"
><
/div
>
<
/div
>
<
/div
>
<
/div
>
</script>
</body>
</html>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment