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

Unified Diff: LayoutTests/fast/forms/input-maxlength-expected.txt

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
« no previous file with comments | « LayoutTests/fast/forms/input-maxlength.html ('k') | LayoutTests/fast/forms/input-stepup-stepdown.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/input-maxlength-expected.txt
diff --git a/LayoutTests/fast/forms/input-maxlength-expected.txt b/LayoutTests/fast/forms/input-maxlength-expected.txt
index 64a9c237af474da3a990b151f91e0db5cdfb48ee..12866038b0c24dc67f6c59937115c3aa408f76e6 100644
--- a/LayoutTests/fast/forms/input-maxlength-expected.txt
+++ b/LayoutTests/fast/forms/input-maxlength-expected.txt
@@ -74,7 +74,7 @@ Attempting to insert 530000 characters with maxLength = 600000.
PASS
Some tests for .maxLength property.
PASS input.maxLength is implicitMaxLength
-PASS input.maxLength = -1 threw exception Error: IndexSizeError: DOM Exception 1.
+PASS input.maxLength = -1 threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
PASS input.getAttribute('maxlength') is '100'
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/fast/forms/input-maxlength.html ('k') | LayoutTests/fast/forms/input-stepup-stepdown.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698