3 Test passes if no crash with ASAN.
6 if (window
.testRunner
) {
7 testRunner
.waitUntilDone();
8 testRunner
.dumpAsText();
11 var input
= document
.getElementsByTagName('input')[0];
13 var value
= input
.value
;
15 input
.value
= value
.substr(0, value
.length
- 1);
16 window
.setTimeout(explode
, 0);
18 window
.location
.href
="javascript:''";
19 if (window
.testRunner
)
20 testRunner
.notifyDone();