Index: LayoutTests/fast/dom/exception-in-binding-expected.txt |
diff --git a/LayoutTests/fast/dom/exception-in-binding-expected.txt b/LayoutTests/fast/dom/exception-in-binding-expected.txt |
index 9c103cfba64db32ab8610fb5c31de8e56c36a1f2..f874df987aa1cf706eabfeea55fda63f1608ae37 100644 |
--- a/LayoutTests/fast/dom/exception-in-binding-expected.txt |
+++ b/LayoutTests/fast/dom/exception-in-binding-expected.txt |
@@ -3,13 +3,11 @@ Tests to ensure that attributes are not set when an exceptions is raised while c |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
-PASS successfullyParsed is true |
- |
-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 |