| OLD | NEW |
| 1 CONSOLE MESSAGE: line 2: log | 1 CONSOLE MESSAGE: line 2: log |
| 2 CONSOLE MESSAGE: line 3: function | 2 CONSOLE MESSAGE: line 3: function |
| 3 CONSOLE MESSAGE: line 4: function log() { [native code] } | 3 CONSOLE MESSAGE: line 4: function log() { [native code] } |
| 4 CONSOLE ERROR: line 5: error | 4 CONSOLE ERROR: line 5: error |
| 5 CONSOLE WARNING: line 6: warn | 5 CONSOLE WARNING: line 6: warn |
| 6 CONSOLE INFO: line 7: info | 6 CONSOLE INFO: line 7: info |
| 7 CONSOLE DEBUG: line 8: debug | 7 CONSOLE DEBUG: line 8: debug |
| 8 CONSOLE DEBUG: line 9: count: 1 |
| 8 This tests that 'console.log' and friends function correctly from workers. | 9 This tests that 'console.log' and friends function correctly from workers. |
| 9 | 10 |
| 10 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 11 | 12 |
| 12 | 13 |
| 13 PASS successfullyParsed is true | 14 PASS successfullyParsed is true |
| 14 | 15 |
| 15 TEST COMPLETE | 16 TEST COMPLETE |
| 16 | 17 |
| OLD | NEW |