Index: LayoutTests/fast/forms/week/week-stepup-stepdown-expected.txt |
diff --git a/LayoutTests/fast/forms/week/week-stepup-stepdown-expected.txt b/LayoutTests/fast/forms/week/week-stepup-stepdown-expected.txt |
index 136dcc146a274eefd78450775c64671eed5e852f..4ac05618d875b8c8a171108b8a3f5eba8d688029 100644 |
--- a/LayoutTests/fast/forms/week/week-stepup-stepdown-expected.txt |
+++ b/LayoutTests/fast/forms/week/week-stepup-stepdown-expected.txt |
@@ -4,8 +4,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
Invalid value |
-PASS stepUp("", null, null) threw exception Error: InvalidStateError: DOM Exception 11. |
-PASS stepDown("", null, null) threw exception Error: InvalidStateError: DOM Exception 11. |
+PASS stepUp("", null, null) threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable.. |
+PASS stepDown("", null, null) threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable.. |
Non-number arguments |
PASS stepUp("2010-W02", null, null, "0") is "2010-W02" |
PASS stepDown("2010-W02", null, null, "0") is "2010-W02" |
@@ -21,13 +21,13 @@ PASS stepDown("2010-W02", null, null, 11) is "2009-W44" |
PASS stepUp("1970-W01", "4", null, 2) is "1970-W09" |
PASS stepDown("1970-W01", "4", null, 3) is "1969-W41" |
Step=any |
-PASS stepUp("2010-W02", "any", null) threw exception Error: InvalidStateError: DOM Exception 11. |
-PASS stepDown("2010-W02", "any", null) threw exception Error: InvalidStateError: DOM Exception 11. |
+PASS stepUp("2010-W02", "any", null) threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable.. |
+PASS stepDown("2010-W02", "any", null) threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable.. |
Overflow/underflow |
-PASS stepUp("2010-W02", "3.40282346e+38", null) threw exception Error: InvalidStateError: DOM Exception 11. |
-PASS stepDown("2010-W02", "3.40282346e+38", null) threw exception Error: InvalidStateError: DOM Exception 11. |
-PASS stepUp("2010-W02", "1", "2010-W02") threw exception Error: InvalidStateError: DOM Exception 11. |
-PASS stepDown("2010-W02", "1", "2010-W02") threw exception Error: InvalidStateError: DOM Exception 11. |
+PASS stepUp("2010-W02", "3.40282346e+38", null) threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable.. |
+PASS stepDown("2010-W02", "3.40282346e+38", null) threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable.. |
+PASS stepUp("2010-W02", "1", "2010-W02") threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable.. |
+PASS stepDown("2010-W02", "1", "2010-W02") threw exception InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable.. |
PASS successfullyParsed is true |