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

Side by Side Diff: LayoutTests/fast/forms/ValidityState-valueMissing-003-expected.txt

Issue 14096013: Implement select element list box with shadow DOM. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@shadowselect
Patch Set: Created 7 years, 8 months 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 This test checks validity.valueMissing of disabled form controls with blank valu es, blank options selected, or nothing selected. 1 This test checks validity.valueMissing of disabled form controls with blank valu es, blank options selected, or nothing selected.
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 valueMissingFor("input") is false 6 PASS valueMissingFor("input") is false
7 PASS valueMissingFor("textarea") is false 7 PASS valueMissingFor("textarea") is false
8 PASS valueMissingFor("select-no-option") is false 8 PASS valueMissingFor("select-no-option") is false
9 PASS valueMissingFor("select-placeholder-selected") is false 9 PASS valueMissingFor("select-placeholder-selected") is false
10 PASS valueMissingFor("select-without-placeholder") is false 10 PASS valueMissingFor("select-without-placeholder") is false
11 PASS valueMissingFor("select-placeholder-selected-size2") is false 11 PASS valueMissingFor("select-placeholder-selected-size2") is false
12 PASS valueMissingFor("select-without-placeholder-size2") is false 12 PASS valueMissingFor("select-without-placeholder-size2") is false
13 PASS valueMissingFor("select-none-selected-multiple") is false 13 PASS valueMissingFor("select-none-selected-multiple") is false
14 PASS valueMissingFor("select-fake-placeholder-selected-multiple") is false 14 PASS valueMissingFor("select-fake-placeholder-selected-multiple") is false
15 PASS valueMissingFor("select-without-fake-placeholder-multiple") is false 15 PASS valueMissingFor("select-without-fake-placeholder-multiple") is false
16 PASS valueMissingFor("select-none-selected-size2-multiple") is false 16 PASS valueMissingFor("select-none-selected-size2-multiple") is false
17 PASS valueMissingFor("select-fake-placeholder-selected-size2-multiple") is false 17 PASS valueMissingFor("select-fake-placeholder-selected-size2-multiple") is false
18 PASS valueMissingFor("select-without-fake-placeholder-size2-multiple") is false 18 PASS valueMissingFor("select-without-fake-placeholder-size2-multiple") is false
19 PASS successfullyParsed is true 19 PASS successfullyParsed is true
20 20
21 TEST COMPLETE 21 TEST COMPLETE
22 22
23
24
25
26
27
28
29
30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698