Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Unified Diff: LayoutTests/fast/forms/month/input-valueasdate.html

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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';

Powered by Google App Engine
This is Rietveld 408576698