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; + }