Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / dom / document-createEvent-mandatory-arg-expected.txt
1 Tests that Document.createEvent() throws for SVG Documents when given no argument.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS svgDoc.__proto__ is XMLDocument.prototype
7 PASS svgDoc.__proto__.__proto__ is Document.prototype
8 PASS svgDoc.createEvent() threw exception TypeError: Failed to execute 'createEvent' on 'Document': 1 argument required, but only 0 present..
9 PASS svgDoc.createEvent('MouseEvents') did not throw exception.
10 PASS successfullyParsed is true
11
12 TEST COMPLETE
13