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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/ValidityState-valueMissing-001-expected.txt

Issue 2211743003: Merge layout tests ValidityState-valueMissing-00N.html into one. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Build HTML tree in each of tests Created 4 years, 4 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
(Empty)
1 This test checks validity.valueMissing with blank values, blank options selected , or nothing selected.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS valueMissingFor("input") is true
7 PASS valueMissingFor("textarea") is true
8 PASS valueMissingFor("select-no-option") is true
9 PASS valueMissingFor("select-placeholder-selected") is true
10 PASS valueMissingFor("select-without-placeholder") is false
11 PASS valueMissingFor("select-placeholder-selected-size2") is false
12 PASS valueMissingFor("select-without-placeholder-size2") is false
13 PASS valueMissingFor("select-none-selected-multiple") is true
14 PASS valueMissingFor("select-fake-placeholder-selected-multiple") is false
15 PASS valueMissingFor("select-without-fake-placeholder-multiple") is false
16 PASS valueMissingFor("select-none-selected-size2-multiple") is true
17 PASS valueMissingFor("select-fake-placeholder-selected-size2-multiple") is false
18 PASS valueMissingFor("select-without-fake-placeholder-size2-multiple") is false
19 PASS valueMissingFor("select-optgroup") is false
20 PASS valueMissingFor("select-disabled-option") is true
21 PASS valueMissingFor("select-disabled-option-2") is false
22 PASS document.getElementById("select-disabled-option-2").selectedIndex is 1
23 PASS successfullyParsed is true
24
25 TEST COMPLETE
26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698