Build: Bump the github-actions group with 2 updates
[jquery.git] / test / data / core / aliased.html
blob519fccfb100ef85ee1b4bf505a6158ef2ec67277
1 <!doctype html>
2 <html>
3 <head>
4 <meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
5 <title>alias-masked DOM properties (trac-14074)</title>
6 <script>
7 var errors = [];
8 window.onerror = function( errorMessage, filePath, lineNumber ) {
9 errors.push( errorMessage );
11 </script>
12 <script src="../../jquery.js"></script>
13 <script src="../iframeTest.js"></script>
14 </head>
15 <body>
16 <form>
17 <input type="text" id="nodeName"/>
18 </form>
19 <script>
20 jQuery( function() {
21 startIframeTest( errors );
22 } );
23 </script>
24 </body>
25 </html>