Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / textarea / textarea-inputmode-expected.txt
blobfbb5dc721e49503c43603da34759eb7d07a32fb2
1 Tests the behavior of .inputMode of HTMLTextAreaElement.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS textarea.inputMode is ""
7 PASS textarea.inputMode is "0"
8 PASS textarea.inputMode is "abc"
9 PASS textarea.getAttribute("inputmode") is "foo"
10 PASS textarea.getAttribute("inputmode") is ""
11 Setting null to inputMode:
12 PASS textarea.inputMode is "null"
13 PASS textarea.getAttribute("inputmode") is "null"
14 PASS textarea.inputMode is "null"
15 Setting undefined to inputMode:
16 PASS textarea.inputMode is "undefined"
17 PASS textarea.getAttribute("inputmode") is "undefined"
18 PASS textarea.inputMode is "undefined"
19 Setting non-string to inputMode:
20 PASS textarea.inputMode is "256"
21 PASS textarea.getAttribute("inputmode") is "256"
22 PASS textarea.inputMode is "256"
23 PASS successfullyParsed is true
25 TEST COMPLETE