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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/forms/checkValidity-002-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/checkValidity-002-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/checkValidity-002-expected.txt
deleted file mode 100644
index b54c151bdc4014a07a4b14ae6fda1c1346d8189a..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/forms/checkValidity-002-expected.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-This test checks if checkValidity() returns correctly a false (meaning error) result on invalid elements, and returns a true result on a blank but valid elements. Blank but non-placeholder label options are valid.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-
-PASS checkValidityFor("input-empty") is false
-PASS checkValidityFor("input-pattern-mismatch") is false
-PASS checkValidityFor("textarea") is false
-PASS checkValidityFor("select-no-explicit-value") is true
-PASS checkValidityFor("select-placeholder") is false
-PASS checkValidityFor("select-non-placeholder") is true
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698