aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/support/bodyBackground.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/support/bodyBackground.html')
-rw-r--r--test/data/support/bodyBackground.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/data/support/bodyBackground.html b/test/data/support/bodyBackground.html
index cac099805..d95f39d57 100644
--- a/test/data/support/bodyBackground.html
+++ b/test/data/support/bodyBackground.html
@@ -18,10 +18,11 @@
<body>
<div>
<script src="../../jquery.js"></script>
+ <script src="../iframeTest.js"></script>
<script src="getComputedSupport.js"></script>
</div>
<script>
- window.parent.iframeCallback( jQuery( "body" ).css( "backgroundColor" ),
+ startIframeTest( jQuery( "body" ).css( "backgroundColor" ),
getComputedSupport( jQuery.support ) );
</script>
</body>