4 testRunner
.dumpAsText();
7 if (document
['1'] && document
[1])
8 document
.getElementById('result').innerHTML
= 'SUCCESS';
11 <body onload='runTest()'
>
12 <iframe name='
1'
></iframe>
13 <div>This tests that an iframe with an integer name can be accessed on the document with indexing notation.
</div>
14 <div id='result'
>FAILURE
</div>