Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / workers / worker-onerror-07-expected.txt
blobe662e9e475638526cd68944ed0eaacd94bc7135a
1 Handling an error in the worker should suppress the page-level onerror handler.
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 14
11 PASS errorEvent.colno is 9
12 PASS errorEvent.error is null
13 PASS successfullyParsed is true
15 TEST COMPLETE