4 <script src=
"../../resources/js-test.js"></script>
13 <div id=console
></div>
17 testPassed('Not crashed.');
18 if (window
.testRunner
)
19 testRunner
.notifyDone();
22 if (window
.testRunner
) {
23 testRunner
.dumpAsText();
24 testRunner
.waitUntilDone();
25 setTimeout(check
, 10);
26 document
.getElementsByTagName('input')[1].click();
28 debug('Click the submit button. The test passes if the browser doesn\'t crash.');