blob: e0bc5076371ed98a5cf252b67cd7cd6bc9cb4f59 [file] [log] [blame]
for (;) // should cause onerror to be invoked, but onerror is null, so
// the error is "not handled". should fire an ErrorEvent on the
// worker.
break;
postMessage(1); // shouldn't do anything since the script doesn't compile