1 <p>Test for
<a href=
"https://bugs.webkit.org/show_bug.cgi?id=23007">bug
23007</a>:
2 Timer-related crash when closing Web Inspector.
</p>
3 <p>PASS if no crash.
</p>
5 if (window
.testRunner
) {
6 testRunner
.waitUntilDone();
7 testRunner
.dumpAsText();
13 clearTimeout(timeoutID
);
14 if (window
.testRunner
)
15 setTimeout(function() { testRunner
.notifyDone() }, 0);
18 timeoutID
= setTimeout(test
, 0);