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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/form-control-infrastructure/form-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/imported/wpt/html/semantics/forms/form-control-infrastructure/form-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/form-control-infrastructure/form-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/form-control-infrastructure/form-expected.txt
index 8fa9dc2c64e352bb1800cba887c916514910e8e8..b0957f5f8645844403a5a1699f427d5e9ca1fb52 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/form-control-infrastructure/form-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/form-control-infrastructure/form-expected.txt
@@ -8,22 +8,16 @@ PASS object.form
PASS output.form
PASS select.form
PASS textarea.form
-FAIL label.form assert_equals: label.form expected null but got Element node <form id="form">
-<p><button id="button">button</button>
-<...
-FAIL label-form.form assert_equals: label.form expected null but got Element node <form id="form">
-<p><button id="button">button</button>
-<...
-FAIL label-form-form2.form assert_equals: label.form expected null but got Element node <form id="form2"></form>
+PASS label.form
+PASS label-form.form
+PASS label-form-form2.form
PASS label-with-control.form
PASS label-for.form
FAIL label-with-progress.form assert_equals: Sanity check: label.control.form expected (object) null but got (undefined) undefined
FAIL label-with-meter.form assert_equals: Sanity check: label.control.form expected (object) null but got (undefined) undefined
-FAIL label-for-control-form-in-form.form assert_equals: label.form expected Element node <form id="form2"></form> but got Element node <form id="form">
-<p><button id="button">button</button>
-<...
-FAIL label-for-control-form.form assert_equals: label.form expected Element node <form id="form2"></form> but got null
-FAIL label-in-table.form assert_equals: label.form expected null but got Element node <form id="form3"></form>
+PASS label-for-control-form-in-form.form
+PASS label-for-control-form.form
+PASS label-in-table.form
PASS label-in-table-with-control.form
PASS label-in-table-for.form
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698