Sign in
webkit
/
WebKit
/
6b7c45f751131450b1675ef5b4b89fb3a0e35aba
/
.
/
LayoutTests
/
fast
/
workers
/
empty-worker-nocrash.html
blob: a4d39f2eb81cd243ac94a21b0b054476576527da [
file
] [
log
] [
blame
]
<html>
<script>
var
worker
=
new
Worker
(
'about:blank'
);
if
(
window
.
testRunner
)
{
testRunner
.
dumpAsText
();
testRunner
.
waitUntilDone
();
}
setTimeout
(
'window.testRunner.notifyDone()'
,
20
);
</script>
<p>
PASS
</p>
</html>