Sign in
webkit
/
WebKit
/
63c63479e42d5d7cd9e5c20fa3c0adb62aed122e
/
.
/
LayoutTests
/
fast
/
workers
/
resources
/
worker-exception-in-timeout-callback.js
blob: 77bbdb72c0dbb0ba4b1ace302153396e6d43e818 [
file
] [
log
] [
blame
]
setTimeout
(
function
()
{
throw
"Exception in setTimeout callback"
;
},
0
);