OLD | NEW |
---|---|
(Empty) | |
1 <html> | |
2 <body onload="runTest();"> | |
3 <script> | |
4 testRunner.dumpAsText(); | |
5 function runTest() | |
6 { | |
7 document.open(); | |
8 textInputController.firstRectForCharacterRange(0, 0); | |
9 document.write("Accessing a frame without an editable element should not crash."); | |
10 document.write("<br/><br/>"); | |
11 document.write("PASS (no crash)."); | |
12 } | |
13 </script> | |
14 </body> | |
15 </html> | |
OLD | NEW |