diff options
Diffstat (limited to 'test/data/offset/absolute.html')
-rw-r--r-- | test/data/offset/absolute.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/data/offset/absolute.html b/test/data/offset/absolute.html index 84a9e33de..9d8700465 100644 --- a/test/data/offset/absolute.html +++ b/test/data/offset/absolute.html @@ -16,6 +16,7 @@ #positionTest { position: absolute; } </style> <script src="../../jquery.js"></script> + <script src="../iframeTest.js"></script> <script type="text/javascript" charset="utf-8"> jQuery(function($) { $(".absolute").click(function() { @@ -24,7 +25,7 @@ $(this).css({ top: pos.top, left: pos.left }); return false; }); - window.parent.iframeCallback( jQuery, window, document ); + startIframeTest(); }); </script> </head> |