| OLD | NEW |
| 1 CONSOLE MESSAGE: line 27: Creating the workers. | 1 CONSOLE MESSAGE: line 27: Creating the workers. |
| 2 CONSOLE MESSAGE: line 44: Unloading the current document to see if there will be
a crash. | 2 CONSOLE MESSAGE: line 44: Unloading the current document to see if there will be
a crash. |
| 3 CONSOLE MESSAGE: line 12: No crashes: PASSED! | 3 CONSOLE MESSAGE: line 12: No crashes: PASSED! |
| 4 The regression test for Bug 99658 | 4 The regression test for Bug 99658 |
| 5 | 5 |
| 6 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. | 6 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. |
| 7 | 7 |
| 8 Note that the test is potentially flaky and may produce false positives if we ar
e unlucky with the worker exceptions timing. It should not fail if there is no b
ug though. | 8 Note that the test is potentially flaky and may produce false positives if we ar
e unlucky with the worker exceptions timing. It should not fail if there is no b
ug though. |
| OLD | NEW |