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/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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/forms/ValidityState-valueMissing-001-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/ValidityState-valueMissing-001-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/ValidityState-valueMissing-001-expected.txt
deleted file mode 100644
index 6097ca4bc3fe9909f673fc5f6afb2b176413c402..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/forms/ValidityState-valueMissing-001-expected.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-This test checks validity.valueMissing 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 true
-PASS valueMissingFor("textarea") is true
-PASS valueMissingFor("select-no-option") is true
-PASS valueMissingFor("select-placeholder-selected") is true
-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 true
-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 true
-PASS valueMissingFor("select-fake-placeholder-selected-size2-multiple") is false
-PASS valueMissingFor("select-without-fake-placeholder-size2-multiple") is false
-PASS valueMissingFor("select-optgroup") is false
-PASS valueMissingFor("select-disabled-option") is true
-PASS valueMissingFor("select-disabled-option-2") is false
-PASS document.getElementById("select-disabled-option-2").selectedIndex is 1
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698