diff options
Diffstat (limited to 'test/data/offset/relative.html')
-rw-r--r-- | test/data/offset/relative.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/data/offset/relative.html b/test/data/offset/relative.html index f88c82ab9..b413e05ee 100644 --- a/test/data/offset/relative.html +++ b/test/data/offset/relative.html @@ -20,6 +20,7 @@ $(this).css({ position: 'absolute', top: pos.top, left: pos.left }); return false; }); + window.parent.iframeCallback( jQuery, window, document ); }); </script> </head> |