aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/dimensions
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/dimensions')
-rw-r--r--test/data/dimensions/documentLarge.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/data/dimensions/documentLarge.html b/test/data/dimensions/documentLarge.html
index a6598fcc8..c977fac96 100644
--- a/test/data/dimensions/documentLarge.html
+++ b/test/data/dimensions/documentLarge.html
@@ -12,6 +12,11 @@
<body>
<div>
<script src="../../jquery.js"></script>
+ <script>
+ jQuery( function() {
+ window.parent.iframeCallback( jQuery, window, document );
+ } );
+ </script>
</div>
</body>
</html>