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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/form-attribute-nonexistence-form-id-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-attribute-nonexistence-form-id-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/form-attribute-nonexistence-form-id-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/form-attribute-nonexistence-form-id-expected.txt
index 64bfd35cebb3eab6adc6e50c93904ceea9261389..0ee553ac29298203f072d91873bf19dfb02b201d 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/form-attribute-nonexistence-form-id-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/form-attribute-nonexistence-form-id-expected.txt
@@ -6,8 +6,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
label1 label2
PASS inputShouldHaveForm.form is form
PASS inputShouldNotHaveForm.form is null
-PASS labelShouldHaveForm.form is form
-PASS labelShouldNotHaveForm.form is null
+PASS labelWithoutForm.form is null
+PASS labelWithInvalidForm.form is null
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698