blob: a001a73d174923b4fe2628b803017c49552d0427 [file] [log] [blame]
CONSOLE MESSAGE: line 27: Creating the workers.
CONSOLE MESSAGE: line 44: Unloading the current document to see if there will be a crash.
CONSOLE MESSAGE: line 12: No crashes: PASSED!
The regression test for Bug 99658
The test starts bunch of workers that just throw an exception. During that time, current document is unloaded. The test passes if there are no crashes after the page unload.
Note that the test is potentially flaky and may produce false positives if we are unlucky with the worker exceptions timing. It should not fail if there is no bug though.