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

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

Issue 84693008: Improve HTMLInputElement exception messages. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 This page tests that the maxlength attribute of the <input> element works correc tly. http://bugs.webkit.org/show_bug.cgi?id=14388 1 This page tests that the maxlength attribute of the <input> element works correc tly. http://bugs.webkit.org/show_bug.cgi?id=14388
2 2
3 Attempting to insert 0 characters with maxLength = -1. 3 Attempting to insert 0 characters with maxLength = -1.
4 PASS 4 PASS
5 Attempting to insert 0 characters with maxLength = 100. 5 Attempting to insert 0 characters with maxLength = 100.
6 PASS 6 PASS
7 Attempting to insert 0 characters with maxLength = 524288. 7 Attempting to insert 0 characters with maxLength = 524288.
8 PASS 8 PASS
9 Attempting to insert 0 characters with maxLength = 600000. 9 Attempting to insert 0 characters with maxLength = 600000.
10 PASS 10 PASS
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 Attempting to insert 530000 characters with maxLength = -1. 67 Attempting to insert 530000 characters with maxLength = -1.
68 PASS 68 PASS
69 Attempting to insert 530000 characters with maxLength = 100. 69 Attempting to insert 530000 characters with maxLength = 100.
70 PASS 70 PASS
71 Attempting to insert 530000 characters with maxLength = 524288. 71 Attempting to insert 530000 characters with maxLength = 524288.
72 PASS 72 PASS
73 Attempting to insert 530000 characters with maxLength = 600000. 73 Attempting to insert 530000 characters with maxLength = 600000.
74 PASS 74 PASS
75 Some tests for .maxLength property. 75 Some tests for .maxLength property.
76 PASS input.maxLength is implicitMaxLength 76 PASS input.maxLength is implicitMaxLength
77 PASS input.maxLength = -1 threw exception IndexSizeError: Index or size was nega tive, or greater than the allowed value.. 77 PASS input.maxLength = -1 threw exception IndexSizeError: Failed to set the 'max Length' property on 'HTMLInputElement': The value provided (-1) is negative..
78 PASS input.getAttribute('maxlength') is '100' 78 PASS input.getAttribute('maxlength') is '100'
79 PASS successfullyParsed is true 79 PASS successfullyParsed is true
80 80
81 TEST COMPLETE 81 TEST COMPLETE
82 82
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/input-maxlength.html ('k') | LayoutTests/fast/forms/month/input-valueasnumber-month.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698