aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/support/bootstrap.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/support/bootstrap.html')
-rw-r--r--test/data/support/bootstrap.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/test/data/support/bootstrap.html b/test/data/support/bootstrap.html
index d8e643ac2..731a47431 100644
--- a/test/data/support/bootstrap.html
+++ b/test/data/support/bootstrap.html
@@ -5,16 +5,16 @@
<link rel="stylesheet" href="../../../external/bootstrap/bootstrap.min.css" class="stylesheet">
</head>
<body>
-<div>
- <script src="../../jquery.js"></script>
- <script src="../iframeTest.js"></script>
- <script src="getComputedSupport.js"></script>
-</div>
-<script>
- startIframeTest(
- getComputedStyle( document.body ),
- getComputedSupport( jQuery.support )
- );
-</script>
+ <div>
+ <script src="../../jquery.js"></script>
+ <script src="../iframeTest.js"></script>
+ <script src="getComputedSupport.js"></script>
+ </div>
+ <script>
+ startIframeTest(
+ getComputedStyle( document.body ),
+ getComputedSupport( jQuery.support )
+ );
+ </script>
</body>
</html>