Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / exception-in-binding-expected.txt
blobf874df987aa1cf706eabfeea55fda63f1608ae37
1 Tests to ensure that attributes are not set when an exceptions is raised while converting argument to JSValue.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS setName(select) threw exception Error: error.
7 PASS select.name is "select"
8 PASS setSelectedIndex(select) threw exception Error: error.
9 PASS select.selectedIndex is 1
10 PASS successfullyParsed is true
12 TEST COMPLETE