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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-label-element/labelable-elements-expected.txt

Issue 1984023002: Move web-platform-tests to wpt (part 1 of 2) (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/web-platform-tests/html/semantics/forms/the-label-element/labelable-elements-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-label-element/labelable-elements-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-label-element/labelable-elements-expected.txt
deleted file mode 100644
index 686daaffbab81deb114db232716ed7d5d8bfd9ef..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-label-element/labelable-elements-expected.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-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 Check if the output element is a labelable element
-PASS Check if the output element can access 'labels'
-PASS Check if the progress element is a labelable element
-PASS Check if the progress element can access 'labels'
-PASS Check if the select element is a labelable element
-PASS Check if the select element can access 'labels'
-PASS Check if the textarea element is a labelable form-element
-PASS Check if the textarea element can access 'labels'
-PASS Check if the button element is a labelable element
-PASS Check if the button element can access 'labels'
-PASS Check if the hidden input element is not a labelable element.
-FAIL Check if the hidden input element can access 'labels' Cannot read property 'length' of null
-PASS Check if the input element in radio state is a labelable element
-PASS Check if the input element in radio state can access 'labels'
-PASS Check if the keygen element is a labelable element
-PASS Check if the keygen element can access 'labels'
-PASS Check if the meter element is a labelable element
-PASS Check if the meter element can access 'labels'
-PASS Check if the fieldset element is not a labelable element
-PASS Check if the fieldset element can access 'labels'
-PASS Check if the label element is not a labelable element
-PASS Check if the label element can access 'labels'
-PASS Check if the object element is not a labelable element
-PASS Check if the object element can access 'labels'
-PASS Check if the img element is not a labelable element
-PASS Check if the img element can access 'labels'
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698