aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/offset/body.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/offset/body.html')
-rw-r--r--test/data/offset/body.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/data/offset/body.html b/test/data/offset/body.html
index cada87a15..75757d7e6 100644
--- a/test/data/offset/body.html
+++ b/test/data/offset/body.html
@@ -10,13 +10,14 @@
#firstElement { width: 50px; height: 50px; background: green; }
</style>
<script src="../../jquery.js"></script>
+ <script src="../iframeTest.js"></script>
<script type="text/javascript" charset="utf-8">
jQuery(function($) {
$("body").click(function() {
$("marker").css( $(this).offset() );
return false;
});
- window.parent.iframeCallback( jQuery, window, document );
+ startIframeTest();
});
</script>
</head>