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

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

Issue 1867243002: Remove fast/forms/text/input-maxlength.html. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « third_party/WebKit/LayoutTests/fast/forms/text/input-maxlength.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/forms/text/input-maxlength-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/text/input-maxlength-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/text/input-maxlength-expected.txt
deleted file mode 100644
index f0aa1cb12e0e581e2b68b78f50ea989eb4af8e20..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/forms/text/input-maxlength-expected.txt
+++ /dev/null
@@ -1,80 +0,0 @@
-This page tests that the maxlength attribute of the <input> element works correctly. http://bugs.webkit.org/show_bug.cgi?id=14388
-
-Attempting to insert 0 characters with maxLength = -1.
-PASS
-Attempting to insert 0 characters with maxLength = 100.
-PASS
-Attempting to insert 0 characters with maxLength = 524288.
-PASS
-Attempting to insert 0 characters with maxLength = 600000.
-PASS
-Attempting to insert 5 characters with maxLength = -1.
-PASS
-Attempting to insert 5 characters with maxLength = 100.
-PASS
-Attempting to insert 5 characters with maxLength = 524288.
-PASS
-Attempting to insert 5 characters with maxLength = 600000.
-PASS
-Attempting to insert 100 characters with maxLength = -1.
-PASS
-Attempting to insert 100 characters with maxLength = 100.
-PASS
-Attempting to insert 100 characters with maxLength = 524288.
-PASS
-Attempting to insert 100 characters with maxLength = 600000.
-PASS
-Attempting to insert 101 characters with maxLength = -1.
-PASS
-Attempting to insert 101 characters with maxLength = 100.
-PASS
-Attempting to insert 101 characters with maxLength = 524288.
-PASS
-Attempting to insert 101 characters with maxLength = 600000.
-PASS
-Attempting to insert 200 characters with maxLength = -1.
-PASS
-Attempting to insert 200 characters with maxLength = 100.
-PASS
-Attempting to insert 200 characters with maxLength = 524288.
-PASS
-Attempting to insert 200 characters with maxLength = 600000.
-PASS
-Attempting to insert 524287 characters with maxLength = -1.
-PASS
-Attempting to insert 524287 characters with maxLength = 100.
-PASS
-Attempting to insert 524287 characters with maxLength = 524288.
-PASS
-Attempting to insert 524287 characters with maxLength = 600000.
-PASS
-Attempting to insert 524288 characters with maxLength = -1.
-PASS
-Attempting to insert 524288 characters with maxLength = 100.
-PASS
-Attempting to insert 524288 characters with maxLength = 524288.
-PASS
-Attempting to insert 524288 characters with maxLength = 600000.
-PASS
-Attempting to insert 524289 characters with maxLength = -1.
-PASS
-Attempting to insert 524289 characters with maxLength = 100.
-PASS
-Attempting to insert 524289 characters with maxLength = 524288.
-PASS
-Attempting to insert 524289 characters with maxLength = 600000.
-PASS
-Attempting to insert 530000 characters with maxLength = -1.
-PASS
-Attempting to insert 530000 characters with maxLength = 100.
-PASS
-Attempting to insert 530000 characters with maxLength = 524288.
-PASS
-Attempting to insert 530000 characters with maxLength = 600000.
-PASS
-Some tests for .maxLength property.
-PASS input.getAttribute('maxlength') is '100'
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/forms/text/input-maxlength.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698