aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/offset/scroll.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/offset/scroll.html')
-rw-r--r--test/data/offset/scroll.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/data/offset/scroll.html b/test/data/offset/scroll.html
index 49304eee7..28cade1c3 100644
--- a/test/data/offset/scroll.html
+++ b/test/data/offset/scroll.html
@@ -15,6 +15,7 @@
#marker { position: absolute; border: 2px solid #000; width: 50px; height: 50px; background: #ccc; }
</style>
<script src="../../jquery.js"></script>
+ <script src="../iframeTest.js"></script>
<script type="text/javascript" charset="utf-8">
jQuery(function($) {
window.scrollTo(1000,1000);
@@ -24,7 +25,7 @@
$("#marker").css( $(this).offset() );
return false;
});
- window.parent.iframeCallback( jQuery, window, document );
+ startIframeTest();
});
</script>
</head>