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

Unified Diff: LayoutTests/fast/forms/month/month-stepup-stepdown.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/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;

Powered by Google App Engine
This is Rietveld 408576698