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

Unified Diff: LayoutTests/fast/forms/ValidityState-valueMissing-001-expected.txt

Issue 943303002: Simplify form validation handling (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add a test Created 5 years, 10 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
« no previous file with comments | « LayoutTests/fast/forms/ValidityState-valueMissing-001.html ('k') | Source/core/html/HTMLFieldSetElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/ValidityState-valueMissing-001-expected.txt
diff --git a/LayoutTests/fast/forms/ValidityState-valueMissing-001-expected.txt b/LayoutTests/fast/forms/ValidityState-valueMissing-001-expected.txt
index 1cc6c445f239976917137fe20ea61690bdebf4b3..6097ca4bc3fe9909f673fc5f6afb2b176413c402 100644
--- a/LayoutTests/fast/forms/ValidityState-valueMissing-001-expected.txt
+++ b/LayoutTests/fast/forms/ValidityState-valueMissing-001-expected.txt
@@ -18,7 +18,9 @@ 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
-
+
« no previous file with comments | « LayoutTests/fast/forms/ValidityState-valueMissing-001.html ('k') | Source/core/html/HTMLFieldSetElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698