Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / workers / worker-onerror-08-expected.txt
blobff50a8beba216ade112ab613cdfe6718869c0b28
1 This tests that exceptions in setTimeout triggers 'worker.onerror'.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 Page-level worker.onerror handler triggered:
8 PASS errorEvent.message is "Uncaught Error: Exception in setTimeout callback"
9 PASS stripURL(errorEvent.filename) is "[blob: URL]"
10 PASS errorEvent.lineno is 3
11 FAIL errorEvent.colno should be 19. Was 13.
12 PASS errorEvent.error is null
13 PASS successfullyParsed is true
15 TEST COMPLETE