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 |