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

Unified Diff: LayoutTests/fast/forms/input-valueasnumber-unsupported-expected.txt

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 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/forms/input-valueasnumber-unsupported-expected.txt
diff --git a/LayoutTests/fast/forms/input-valueasnumber-unsupported-expected.txt b/LayoutTests/fast/forms/input-valueasnumber-unsupported-expected.txt
index c9a131d381beedbc752a34f84f83ec53b06e81f8..33b526fe24be2cc89e71a7ec903d41b55f1424a6 100644
--- a/LayoutTests/fast/forms/input-valueasnumber-unsupported-expected.txt
+++ b/LayoutTests/fast/forms/input-valueasnumber-unsupported-expected.txt
@@ -5,52 +5,52 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
Check for type=button
PASS input.valueAsNumber is Number.NaN
-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
+PASS input.valueAsNumber = 0 threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
Check for type=checkbox
PASS input.valueAsNumber is Number.NaN
-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
+PASS input.valueAsNumber = 0 threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
Check for type=color
PASS input.valueAsNumber is Number.NaN
-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
+PASS input.valueAsNumber = 0 threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
Check for type=email
PASS input.valueAsNumber is Number.NaN
-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
+PASS input.valueAsNumber = 0 threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
Check for type=file
PASS input.valueAsNumber is Number.NaN
-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
+PASS input.valueAsNumber = 0 threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
Check for type=hidden
PASS input.valueAsNumber is Number.NaN
-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
+PASS input.valueAsNumber = 0 threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
Check for type=image
PASS input.valueAsNumber is Number.NaN
-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
+PASS input.valueAsNumber = 0 threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
Check for type=khtml_isindex
PASS input.valueAsNumber is Number.NaN
-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
+PASS input.valueAsNumber = 0 threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
Check for type=password
PASS input.valueAsNumber is Number.NaN
-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
+PASS input.valueAsNumber = 0 threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
Check for type=radio
PASS input.valueAsNumber is Number.NaN
-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
+PASS input.valueAsNumber = 0 threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
Check for type=reset
PASS input.valueAsNumber is Number.NaN
-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
+PASS input.valueAsNumber = 0 threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
Check for type=search
PASS input.valueAsNumber is Number.NaN
-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
+PASS input.valueAsNumber = 0 threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
Check for type=submit
PASS input.valueAsNumber is Number.NaN
-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
+PASS input.valueAsNumber = 0 threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
Check for type=tel
PASS input.valueAsNumber is Number.NaN
-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
+PASS input.valueAsNumber = 0 threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
Check for type=text
PASS input.valueAsNumber is Number.NaN
-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
+PASS input.valueAsNumber = 0 threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
Check for type=url
PASS input.valueAsNumber is Number.NaN
-PASS input.valueAsNumber = 0 threw exception Error: InvalidStateError: DOM Exception 11.
+PASS input.valueAsNumber = 0 threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable..
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/forms/input-valueasnumber-unsupported.html ('k') | LayoutTests/fast/forms/month/input-valueasdate.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698