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

Side by Side Diff: LayoutTests/fast/forms/textarea/textarea-inputmode-expected.txt

Issue 101423002: Remove TreatNullAs=NullString for HTMLTextAreaElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase on top of HTMLSelectElement patch 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 Tests the behavior of .inputMode of HTMLTextAreaElement. 1 Tests the behavior of .inputMode of HTMLTextAreaElement.
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.inputMode is "" 6 PASS textarea.inputMode is ""
7 PASS textarea.inputMode is "0" 7 PASS textarea.inputMode is "0"
8 PASS textarea.inputMode is "abc" 8 PASS textarea.inputMode is "abc"
9 PASS textarea.getAttribute("inputmode") is "foo" 9 PASS textarea.getAttribute("inputmode") is "foo"
10 PASS textarea.getAttribute("inputmode") is "" 10 PASS textarea.getAttribute("inputmode") is ""
11 Setting null to inputMode: 11 Setting null to inputMode:
12 PASS textarea.inputMode is "" 12 PASS textarea.inputMode is "null"
13 PASS textarea.getAttribute("inputmode") is null 13 PASS textarea.getAttribute("inputmode") is "null"
14 PASS textarea.inputMode is "null" 14 PASS textarea.inputMode is "null"
15 Setting undefined to inputMode: 15 Setting undefined to inputMode:
16 PASS textarea.inputMode is "undefined" 16 PASS textarea.inputMode is "undefined"
17 PASS textarea.getAttribute("inputmode") is "undefined" 17 PASS textarea.getAttribute("inputmode") is "undefined"
18 PASS textarea.inputMode is "undefined" 18 PASS textarea.inputMode is "undefined"
19 Setting non-string to inputMode: 19 Setting non-string to inputMode:
20 PASS textarea.inputMode is "256" 20 PASS textarea.inputMode is "256"
21 PASS textarea.getAttribute("inputmode") is "256" 21 PASS textarea.getAttribute("inputmode") is "256"
22 PASS textarea.inputMode is "256" 22 PASS textarea.inputMode is "256"
23 PASS successfullyParsed is true 23 PASS successfullyParsed is true
24 24
25 TEST COMPLETE 25 TEST COMPLETE
26 26
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/textarea/textarea-inputmode.html ('k') | Source/core/html/HTMLTextAreaElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698