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

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

Issue 8135023: Merge 96290 - REGRESSION(r93858): Can't type anything into input elements when maxlength is great... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 2 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/input-text-paste-maxlength-expected.txt
===================================================================
--- LayoutTests/fast/forms/input-text-paste-maxlength-expected.txt (revision 96670)
+++ LayoutTests/fast/forms/input-text-paste-maxlength-expected.txt (working copy)
@@ -34,7 +34,9 @@
invalid maxlength should be ignored.
PASS domValueOf('n') is '12' + fancyX + '45'
PASS visibleValueOf('n') is '12' + fancyX + '45'
+PASS domValueOf('huge') is '12' + fancyX + '45'
+PASS visibleValueOf('huge') is '12' + fancyX + '45'
PASS successfullyParsed is true
TEST COMPLETE
-
+
« no previous file with comments | « LayoutTests/fast/forms/input-text-paste-maxlength.html ('k') | Source/WebCore/html/parser/HTMLParserIdioms.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698