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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/ValidityState-valueMissing-002-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 some values or options with some val ues selected.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS valueMissingFor("input") is false
7 PASS valueMissingFor("textarea") is false
8 PASS valueMissingFor("select-with-placeholder") is false
9 PASS valueMissingFor("select-without-placeholder") is false
10 PASS valueMissingFor("select-with-fake-placeholder-size2") is false
11 PASS valueMissingFor("select-without-fake-placeholder-size2") is false
12 PASS valueMissingFor("select-with-fake-placeholder-multiple") is false
13 PASS valueMissingFor("select-without-fake-placeholder-multiple") is false
14 PASS valueMissingFor("select-with-fake-placeholder-size2-multiple") is false
15 PASS valueMissingFor("select-without-fake-placeholder-size2-multiple") is false
16 Updating valueMissing state by a key input:
17 PASS valueMissingFor("select-selecting-by-key") is true
18 PASS select.value is "a"
19 PASS valueMissingFor("select-selecting-by-key") is false
20 PASS valueMissingFor("select-selecting-by-key-2") is true
21 PASS select.value is "a"
22 PASS valueMissingFor("select-selecting-by-key-2") is false
23 PASS successfullyParsed is true
24
25 TEST COMPLETE
26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698