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

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

Issue 1524663002: Move textarea-related tests to fast/forms/textarea/, part 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 HTMLTextAreaElement rows attribute test 1 HTMLTextAreaElement rows attribute test
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 document.createElement("textarea").rows is 2 6 PASS document.createElement("textarea").rows is 2
7 PASS rowsAttributeEffect("") is 2 7 PASS rowsAttributeEffect("") is 2
8 PASS rowsAttributeEffect("1") is 1 8 PASS rowsAttributeEffect("1") is 1
9 PASS rowsAttributeEffect("2") is 2 9 PASS rowsAttributeEffect("2") is 2
10 PASS rowsAttributeEffect("10") is 10 10 PASS rowsAttributeEffect("10") is 10
(...skipping 12 matching lines...) Expand all
23 PASS rowsAttributeEffect(arabicIndicDigitOne) is 2 23 PASS rowsAttributeEffect(arabicIndicDigitOne) is 2
24 PASS rowsAttributeEffect("2" + arabicIndicDigitOne) is 2 24 PASS rowsAttributeEffect("2" + arabicIndicDigitOne) is 2
25 PASS rowsAttributeEffect("2147483647") is 2147483647 25 PASS rowsAttributeEffect("2147483647") is 2147483647
26 PASS rowsAttributeEffect("2147483648") is 2147483648 26 PASS rowsAttributeEffect("2147483648") is 2147483648
27 PASS rowsAttributeEffect("4294967295") is 4294967295 27 PASS rowsAttributeEffect("4294967295") is 4294967295
28 PASS rowsAttributeEffect("4294967296") is 2 28 PASS rowsAttributeEffect("4294967296") is 2
29 PASS successfullyParsed is true 29 PASS successfullyParsed is true
30 30
31 TEST COMPLETE 31 TEST COMPLETE
32 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698