Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / js / dot-node-base-exception-expected.txt
blobce713d0db4a49511a60d1397d5ede1dc4fe84b14
1 This test checks that a correct exception is raised when calculating the base value of a dot expression fails.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS (document.appendChild()).foobar() threw exception TypeError: Failed to execute 'appendChild' on 'Node': 1 argument required, but only 0 present..
7 PASS successfullyParsed is true
9 TEST COMPLETE