Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / window-onerror-10-expected.txt
blobd29eabdb76e183f42c90e52f36ae14a49314c39e
1 This test should trigger 'window.onerror' multiple times, and successfully handle the errors.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 window.onerror: "Uncaught Error: Inline exception." at onerror-test.js (Line: 6, Column: 5)
7 Stack Trace:
8 Error: Inline exception.
9     at throwException onerror-test.js:6:11
10     at window-onerror-10.html:22:9
12 Returning 'true': the error should not be reported in the console as an unhandled exception.
16 window.onerror: "Uncaught Error: exception in onload" at onerror-test.js (Line: 6, Column: 5)
17 Stack Trace:
18 Error: exception in onload
19     at throwException onerror-test.js:6:11
20     at onload window-onerror-10.html:11:205
22 Returning 'true': the error should not be reported in the console as an unhandled exception.
26 window.onerror: "Uncaught Error: exception in setTimeout" at onerror-test.js (Line: 6, Column: 5)
27 Stack Trace:
28 Error: exception in setTimeout
29     at throwException onerror-test.js:6:11
30     at eval window-onerror-10.html:11:155
32 PASS successfullyParsed is true
34 TEST COMPLETE