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

Unified Diff: LayoutTests/fast/forms/textarea-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
Index: LayoutTests/fast/forms/textarea-maxlength-expected.txt
diff --git a/LayoutTests/fast/forms/textarea-maxlength-expected.txt b/LayoutTests/fast/forms/textarea-maxlength-expected.txt
index 3d114321cfdb3c6d75a4a551d3125fc127797229..164d878a840b7b051857309ffcbc197d38186a99 100644
--- a/LayoutTests/fast/forms/textarea-maxlength-expected.txt
+++ b/LayoutTests/fast/forms/textarea-maxlength-expected.txt
@@ -9,7 +9,7 @@ PASS textArea.maxLength is -1
PASS textArea.maxLength is 1
PASS textArea.maxLength is 256
PASS textArea.getAttribute("maxlength") is "13"
-PASS textArea.maxLength = -1 threw exception Error: IndexSizeError: DOM Exception 1.
+PASS textArea.maxLength = -1 threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
PASS textArea.getAttribute("maxlength") is "13"
PASS textArea.maxLength is 0
PASS textArea.getAttribute("maxlength") is "0"
« no previous file with comments | « LayoutTests/fast/forms/textarea-maxlength.html ('k') | LayoutTests/fast/forms/textarea/textarea-setrangetext-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698