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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/form-control-infrastructure/form-expected.txt

Issue 2015623004: Import wpt@ed94c51f3dfaa5ff4c9c311add1a560408059c51 (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
new file mode 100644
index 0000000000000000000000000000000000000000..8fa9dc2c64e352bb1800cba887c916514910e8e8
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/form-control-infrastructure/form-expected.txt
@@ -0,0 +1,30 @@
+CONSOLE WARNING: The <keygen> element is deprecated and will be removed in M54, around October 2016. See https://www.chromestatus.com/features/5716060992962560 for more details.
+This is a testharness.js-based test.
+PASS button.form
+PASS fieldset.form
+PASS input.form
+PASS keygen.form
+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-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-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