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. |
- |