| <!doctype html> |
| <html> |
| <head> |
| <meta http-equiv="Content-type" content="text/html; charset=utf-8"/> |
| <title>alias-masked DOM properties (trac-14074)</title> |
| <script> |
| var error = false; |
| window.onready = function() { error = "Called window.onready"; }; |
| </script> |
| <script src="../../jquery.js"></script> |
| <script src="../iframeTest.js"></script> |
| </head> |
| <body> |
| <form> |
| <input type="text" id="nodeName"/> |
| </form> |
| <script> |
| jQuery(function() { |
| setTimeout( function() { |
| startIframeTest( error ); |
| }); |
| }); |
| </script> |
| </body> |
| </html> |