aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Fenkart <[email protected]>2014-10-30 09:46:49 +0100
committerHeinrich Fenkart <[email protected]>2014-10-30 09:46:49 +0100
commit25ab1539a944638e089e58f762a048a7e36c7790 (patch)
tree90b6f2dff3d85dc3e9c76a56391750bc559f7dbe
parentc5fdea1b51af9a53cbd6079dce88deba2469af9a (diff)
parentcf482dbb0b7dde622c454d88e178430198837a02 (diff)
downloadbootstrap-25ab1539a944638e089e58f762a048a7e36c7790.tar.xz
bootstrap-25ab1539a944638e089e58f762a048a7e36c7790.zip
Merge pull request #14931 from twbs/fix-ios-unit-test-failures
Fix the iOS 8 unit test failures
-rw-r--r--js/tests/index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/js/tests/index.html b/js/tests/index.html
index 194f531aa..2d86a2ec4 100644
--- a/js/tests/index.html
+++ b/js/tests/index.html
@@ -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