Index: LayoutTests/fast/forms/datetimelocal/datetimelocal-stepup-stepdown.html |
diff --git a/LayoutTests/fast/forms/datetimelocal/datetimelocal-stepup-stepdown.html b/LayoutTests/fast/forms/datetimelocal/datetimelocal-stepup-stepdown.html |
index b84fa9bfca8b250af38ec716452ce91e931f07cf..607838871ca910f3913d46171cfa4b0326946f25 100644 |
--- a/LayoutTests/fast/forms/datetimelocal/datetimelocal-stepup-stepdown.html |
+++ b/LayoutTests/fast/forms/datetimelocal/datetimelocal-stepup-stepdown.html |
@@ -10,7 +10,7 @@ |
description('Check stepUp() and stepDown() bahevior for type=datetime-local.'); |
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; |