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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/ValidityState-valueMissing-003-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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/forms/ValidityState-valueMissing-003-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/ValidityState-valueMissing-003-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/ValidityState-valueMissing-003-expected.txt
deleted file mode 100644
index 63bdcc12832875d653894aed0f590f26e7d74818..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/forms/ValidityState-valueMissing-003-expected.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-This test checks validity.valueMissing of disabled form controls with blank values, blank options selected, or nothing selected.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS valueMissingFor("input") is false
-PASS valueMissingFor("textarea") is false
-PASS valueMissingFor("select-no-option") is false
-PASS valueMissingFor("select-placeholder-selected") is false
-PASS valueMissingFor("select-without-placeholder") is false
-PASS valueMissingFor("select-placeholder-selected-size2") is false
-PASS valueMissingFor("select-without-placeholder-size2") is false
-PASS valueMissingFor("select-none-selected-multiple") is false
-PASS valueMissingFor("select-fake-placeholder-selected-multiple") is false
-PASS valueMissingFor("select-without-fake-placeholder-multiple") is false
-PASS valueMissingFor("select-none-selected-size2-multiple") is false
-PASS valueMissingFor("select-fake-placeholder-selected-size2-multiple") is false
-PASS valueMissingFor("select-without-fake-placeholder-size2-multiple") is false
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698