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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/checkValidity-002-expected.txt

Issue 2210743002: Merge layout tests checkValidity-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 if checkValidity() returns correctly a false (meaning error) re sult on invalid elements, and returns a true result on a blank but valid element s. Blank but non-placeholder label options are valid.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6
7 PASS checkValidityFor("input-empty") is false
8 PASS checkValidityFor("input-pattern-mismatch") is false
9 PASS checkValidityFor("textarea") is false
10 PASS checkValidityFor("select-no-explicit-value") is true
11 PASS checkValidityFor("select-placeholder") is false
12 PASS checkValidityFor("select-non-placeholder") is true
13 PASS successfullyParsed is true
14
15 TEST COMPLETE
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698