summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/dom/exception-in-binding-expected.txt
blob: f874df987aa1cf706eabfeea55fda63f1608ae37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Tests to ensure that attributes are not set when an exceptions is raised while converting argument to JSValue.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS setName(select) threw exception Error: error.
PASS select.name is "select"
PASS setSelectedIndex(select) threw exception Error: error.
PASS select.selectedIndex is 1
PASS successfullyParsed is true

TEST COMPLETE