Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / workers / worker-onerror-02-expected.txt
blob34460c89dc7e6395d9095c29a0ec4ed6efa2c376
1 This tests that unhandled exceptions trigger '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 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