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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/form-associated-element-expected.txt

Issue 2000423006: Drop LABEL element from form-associated elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/form-associated-element-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/form-associated-element-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/form-associated-element-expected.txt
index d2359372b00df57dbebccd498dc51d37aa988349..503446978bb76aca6d7e04f097de7cb834440ca9 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/form-associated-element-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/form-associated-element-expected.txt
@@ -6,9 +6,9 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS elements.length > 0 is true
Testing LABEL
-PASS formOwner is "defined"
+PASS formOwner is "not defined"
Testing INPUT
-PASS formOwner is "defined"
+PASS formOwner is "not defined"
Testing BUTTON
PASS formOwner is "defined"
Testing FIELDSET
@@ -20,9 +20,9 @@ PASS formOwner is "defined"
Testing KEYGEN
PASS formOwner is "defined"
Testing LABEL
-PASS formOwner is "defined"
+PASS formOwner is "not defined"
Testing INPUT
-PASS formOwner is "defined"
+PASS formOwner is "not defined"
Testing OBJECT
PASS formOwner is "defined"
Testing SELECT

Powered by Google App Engine
This is Rietveld 408576698