Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(879)

Unified Diff: LayoutTests/fast/dom/exception-in-binding-expected.txt

Issue 121113004: Improve handling of failed integer type conversions. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « LayoutTests/fast/dom/exception-in-binding.html ('k') | LayoutTests/fast/js/webidl-type-mapping-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698