From cf482dbb0b7dde622c454d88e178430198837a02 Mon Sep 17 00:00:00 2001 From: Heinrich Fenkart Date: Thu, 30 Oct 2014 05:19:48 +0100 Subject: [PATCH] Fix the iOS 8 unit test failures Resolves #14919. --- js/tests/index.html | 7 +++++++ 1 file changed, 7 insertions(+) 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; + }