2013-09-18 13:41:07 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
|
2022-01-04 15:27:18 +00:00
|
|
|
<title>alias-masked DOM properties (trac-14074)</title>
|
2013-09-18 13:41:07 +00:00
|
|
|
<script>
|
|
|
|
var errors = [];
|
|
|
|
window.onerror = function( errorMessage, filePath, lineNumber ) {
|
|
|
|
errors.push( errorMessage );
|
|
|
|
};
|
|
|
|
</script>
|
|
|
|
<script src="../../jquery.js"></script>
|
2016-04-10 19:42:44 +00:00
|
|
|
<script src="../iframeTest.js"></script>
|
2013-09-18 13:41:07 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<form>
|
|
|
|
<input type="text" id="nodeName"/>
|
|
|
|
</form>
|
|
|
|
<script>
|
2016-04-10 19:42:44 +00:00
|
|
|
jQuery( function() {
|
|
|
|
startIframeTest( errors );
|
|
|
|
} );
|
2013-09-18 13:41:07 +00:00
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|