Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
25ab1539
Commit
25ab1539
authored
Oct 30, 2014
by
Heinrich Fenkart
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14931 from twbs/fix-ios-unit-test-failures
Fix the iOS 8 unit test failures
parents
c5fdea1b
cf482dbb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
js/tests/index.html
js/tests/index.html
+7
-0
No files found.
js/tests/index.html
View file @
25ab1539
...
...
@@ -3,6 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<title>
Bootstrap Plugin Test Suite
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<!-- jQuery -->
<script
src=
"vendor/jquery.min.js"
></script>
...
...
@@ -14,6 +15,11 @@
#qunit-tests
>
li
.pass
{
display
:
none
;
/* Make it easier to see failing tests is Sauce screencasts */
}
#qunit-fixture
{
top
:
0
;
left
:
0
;
}
</style>
<script>
// See https://github.com/axemclion/grunt-saucelabs#test-result-details-with-qunit
...
...
@@ -36,6 +42,7 @@
})
QUnit
.
testStart
(
function
(
testDetails
)
{
$
(
window
).
scrollTop
(
0
)
QUnit
.
log
=
function
(
details
)
{
if
(
!
details
.
result
)
{
details
.
name
=
testDetails
.
name
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment