Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/selection-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/selection-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/selection-expected.txt |
deleted file mode 100644 |
index 76e45a2ca34d0ef546f51e8c9884dd2ea1670434..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/the-input-element/selection-expected.txt |
+++ /dev/null |
@@ -1,49 +0,0 @@ |
-This is a testharness.js-based test. |
-PASS Input element programmatic selection support |
-PASS input type text should support the select() method |
-PASS input type search should support the select() method |
-PASS input type url should support the select() method |
-PASS input type tel should support the select() method |
-PASS input type email should support the select() method |
-PASS input type password should support the select() method |
-PASS input type date should support the select() method |
-PASS input type month should support the select() method |
-PASS input type week should support the select() method |
-PASS input type time should support the select() method |
-PASS input type datetime-local should support the select() method |
-PASS input type number should support the select() method |
-PASS input type color should support the select() method |
-PASS input type file should support the select() method |
-FAIL input type hidden should not support the select() method assert_throws: function "function () { input.select(); }" did not throw |
-FAIL input type range should not support the select() method assert_throws: function "function () { input.select(); }" did not throw |
-FAIL input type checkbox should not support the select() method assert_throws: function "function () { input.select(); }" did not throw |
-FAIL input type radio should not support the select() method assert_throws: function "function () { input.select(); }" did not throw |
-FAIL input type submit should not support the select() method assert_throws: function "function () { input.select(); }" did not throw |
-FAIL input type image should not support the select() method assert_throws: function "function () { input.select(); }" did not throw |
-FAIL input type reset should not support the select() method assert_throws: function "function () { input.select(); }" did not throw |
-FAIL input type button should not support the select() method assert_throws: function "function () { input.select(); }" did not throw |
-PASS Input element programmatic selection support 1 |
-PASS input type text should support all selection attributes and methods |
-PASS input type search should support all selection attributes and methods |
-PASS input type url should support all selection attributes and methods |
-PASS input type tel should support all selection attributes and methods |
-PASS input type password should support all selection attributes and methods |
-PASS input type hidden should not support variable-length selections |
-PASS input type email should not support variable-length selections |
-PASS input type date should not support variable-length selections |
-PASS input type month should not support variable-length selections |
-PASS input type week should not support variable-length selections |
-PASS input type time should not support variable-length selections |
-PASS input type datetime-local should not support variable-length selections |
-PASS input type number should not support variable-length selections |
-PASS input type range should not support variable-length selections |
-PASS input type color should not support variable-length selections |
-PASS input type checkbox should not support variable-length selections |
-PASS input type radio should not support variable-length selections |
-PASS input type file should not support variable-length selections |
-PASS input type submit should not support variable-length selections |
-PASS input type image should not support variable-length selections |
-PASS input type reset should not support variable-length selections |
-PASS input type button should not support variable-length selections |
-Harness: the test ran to completion. |
- |