Index: LayoutTests/fast/forms/month/month-stepup-stepdown.html |
diff --git a/LayoutTests/fast/forms/month/month-stepup-stepdown.html b/LayoutTests/fast/forms/month/month-stepup-stepdown.html |
index 096648c3e5494ad3abc491aeb542ed5232a05306..7b094216d34a7e4e0bc5434c285c849d925c0423 100644 |
--- a/LayoutTests/fast/forms/month/month-stepup-stepdown.html |
+++ b/LayoutTests/fast/forms/month/month-stepup-stepdown.html |
@@ -10,7 +10,7 @@ |
description('Check stepUp() and stepDown() bahevior for type=month.'); |
var input = document.createElement('input'); |
-var invalidStateErr = '"Error: InvalidStateError: DOM Exception 11"'; |
+var invalidStateErr = '"InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable."'; |
function setInputAttributes(min, max, step, value) { |
input.min = min; |