OLD | NEW |
1 Test Worker constructor functionality. Should print a series of PASS messages, f
ollowed with DONE. | 1 Test Worker constructor functionality. Should print a series of PASS messages, f
ollowed with DONE. |
2 | 2 |
3 PASS: toString exception propagated correctly. | 3 PASS: toString exception propagated correctly. |
4 PASS: trying to create workers recursively resulted in an exception (RangeError:
Maximum call stack size exceeded) | 4 PASS: trying to create workers recursively resulted in an exception (RangeError:
Maximum call stack size exceeded) |
5 PASS: invoking Worker constructor without arguments resulted in an exception (Ty
peError: Not enough arguments) | 5 PASS: invoking Worker constructor without arguments resulted in an exception (Ty
peError: Not enough arguments) |
6 PASS: invoking Worker constructor with empty script URL resulted in an exception
(Error: SyntaxError: DOM Exception 12) | 6 PASS: invoking Worker constructor with empty script URL resulted in an exception
(SyntaxError: An invalid or illegal string was specified.) |
7 PASS: invoking Worker constructor with invalid script URL resulted in an excepti
on (Error: SyntaxError: DOM Exception 12) | 7 PASS: invoking Worker constructor with invalid script URL resulted in an excepti
on (SyntaxError: An invalid or illegal string was specified.) |
8 PASS: onerror invoked for a script that could not be loaded. | 8 PASS: onerror invoked for a script that could not be loaded. |
9 PASS: Successfully created worker. | 9 PASS: Successfully created worker. |
10 DONE | 10 DONE |
11 | 11 |
OLD | NEW |