Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / window-onerror-08-expected.txt
blobabceaf7b5670dae4ed503446a7dac79c3067507f
1 PASS window.event.type is "error"
2 PASS onerrorMessage is window.event.message
3 PASS stripURL(onerrorURL) is stripURL(window.event.filename)
4 PASS onerrorLine is window.event.lineno
5 PASS onerrorColumn is window.event.colno
6 PASS successfullyParsed is true
8 TEST COMPLETE
9 This tests that when 'window.onerror' handler is called, 'window.event' is the corresponding ErrorEvent object.