Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / workers / worker-onerror-03-expected.txt
blob3655abc887fc463f041f9a52e01bf5b84d21ad91
1 This tests that unhandled exceptions trigger the 'error' event on worker.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 Page-level worker 'error' event listener triggered:
8 PASS errorEvent.message is "Uncaught ReferenceError: foo is not defined"
9 PASS stripURL(errorEvent.filename) is "[blob: URL]"
10 PASS errorEvent.lineno is 2
11 PASS errorEvent.colno is 9
12 PASS errorEvent.error is null
13 PASS successfullyParsed is true
15 TEST COMPLETE