From: Heinrich Fenkart Date: Thu, 30 Oct 2014 04:19:48 +0000 (+0100) Subject: Fix the iOS 8 unit test failures X-Git-Tag: v3.3.1~69^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14931%2Fhead;p=thirdparty%2Fbootstrap.git Fix the iOS 8 unit test failures Resolves #14919. --- diff --git a/js/tests/index.html b/js/tests/index.html index 194f531aaf..2d86a2ec4d 100644 --- a/js/tests/index.html +++ b/js/tests/index.html @@ -3,6 +3,7 @@ Bootstrap Plugin Test Suite + @@ -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; + }