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