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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-maxlength-expected.txt

Issue 1522803002: Move textarea-related tests to fast/forms/textarea/, part 1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@color-uaf
Patch Set: Created 5 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
OLDNEW
1 Tests for HTMLTextAreaElement.maxLength behaviors. 1 Tests for HTMLTextAreaElement.maxLength behaviors.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS textArea.maxLength is -1 6 PASS textArea.maxLength is -1
7 PASS textArea.maxLength is -1 7 PASS textArea.maxLength is -1
8 PASS textArea.maxLength is -1 8 PASS textArea.maxLength is -1
9 PASS textArea.maxLength is 1 9 PASS textArea.maxLength is 1
10 PASS textArea.maxLength is -1 10 PASS textArea.maxLength is -1
(...skipping 26 matching lines...) Expand all
37 PASS textArea.value is "AB" 37 PASS textArea.value is "AB"
38 PASS textArea.value.length is 2 38 PASS textArea.value.length is 2
39 PASS textArea.value is "ABC" 39 PASS textArea.value is "ABC"
40 PASS textArea.value is "" 40 PASS textArea.value is ""
41 PASS textArea.value is "ABC" 41 PASS textArea.value is "ABC"
42 PASS textArea.value is "ABC" 42 PASS textArea.value is "ABC"
43 PASS successfullyParsed is true 43 PASS successfullyParsed is true
44 44
45 TEST COMPLETE 45 TEST COMPLETE
46 46
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698