Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / workers / worker-onerror-05-expected.txt
blob8f704253fc6596ce109a18c3db165ee1a5c5fbed
1 This tests that exceptions trigger a worker's onerror in addition to the page-level 'worker.onerror'.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 Worker-level onerror handler 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 13
11 PASS errorEvent.colno is 9
12 PASS errorEvent.error is null
14 Page-level worker.onerror handler triggered:
15 PASS errorEvent.message is "Uncaught ReferenceError: foo is not defined"
16 PASS stripURL(errorEvent.filename) is "[blob: URL]"
17 PASS errorEvent.lineno is 13
18 PASS errorEvent.colno is 9
19 PASS errorEvent.error is null
20 PASS successfullyParsed is true
22 TEST COMPLETE