Index: LayoutTests/fast/forms/month/input-valueasdate.html |
diff --git a/LayoutTests/fast/forms/month/input-valueasdate.html b/LayoutTests/fast/forms/month/input-valueasdate.html |
index 98eb8ba757d2b13866d2a0c68c0b463f04b16fc7..bfe8d3b82036e39e5d0a75b71419e32619abc484 100644 |
--- a/LayoutTests/fast/forms/month/input-valueasdate.html |
+++ b/LayoutTests/fast/forms/month/input-valueasdate.html |
@@ -10,7 +10,7 @@ |
description('Test HTMLInputElement::valueAsDate binding.'); |
var input = document.createElement('input'); |
-var invalidStateError = 'Error: InvalidStateError: DOM Exception 11'; |
+var invalidStateError = 'InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable.'; |
debug('Unsuppported type:'); |
input.type = 'text'; |