diff options
Diffstat (limited to 'test/data/core/aliased.html')
-rw-r--r-- | test/data/core/aliased.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/data/core/aliased.html b/test/data/core/aliased.html index ed06606af..87b5871f4 100644 --- a/test/data/core/aliased.html +++ b/test/data/core/aliased.html @@ -10,15 +10,16 @@ }; </script> <script src="../../jquery.js"></script> + <script src="../iframeTest.js"></script> </head> <body> <form> <input type="text" id="nodeName"/> </form> <script> - jQuery(function() { - window.parent.iframeCallback( errors ); - }); + jQuery( function() { + startIframeTest( errors ); + } ); </script> </body> </html> |