Index: third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-input-element/selection-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-input-element/selection-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-input-element/selection-expected.txt |
deleted file mode 100644 |
index 7762f8ac20160d1802d0a38e85996b451d096f46..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/external/wpt/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 do nothing when the select() method is called (but, not throw) Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('hidden') does not support selection. |
-FAIL input type range should do nothing when the select() method is called (but, not throw) Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('range') does not support selection. |
-FAIL input type checkbox should do nothing when the select() method is called (but, not throw) Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('checkbox') does not support selection. |
-FAIL input type radio should do nothing when the select() method is called (but, not throw) Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('radio') does not support selection. |
-FAIL input type submit should do nothing when the select() method is called (but, not throw) Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('submit') does not support selection. |
-FAIL input type image should do nothing when the select() method is called (but, not throw) Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('image') does not support selection. |
-FAIL input type reset should do nothing when the select() method is called (but, not throw) Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('reset') does not support selection. |
-FAIL input type button should do nothing when the select() method is called (but, not throw) Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('button') does not support selection. |
-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 |
-FAIL input type hidden should not support variable-length selections Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('hidden') does not support selection. |
-FAIL input type email should not support variable-length selections Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('email') does not support selection. |
-FAIL input type date should not support variable-length selections Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('date') does not support selection. |
-FAIL input type month should not support variable-length selections Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('month') does not support selection. |
-FAIL input type week should not support variable-length selections Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('week') does not support selection. |
-FAIL input type time should not support variable-length selections Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('time') does not support selection. |
-FAIL input type datetime-local should not support variable-length selections Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('datetime-local') does not support selection. |
-FAIL input type number should not support variable-length selections Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('number') does not support selection. |
-FAIL input type range should not support variable-length selections Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('range') does not support selection. |
-FAIL input type color should not support variable-length selections Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('color') does not support selection. |
-FAIL input type checkbox should not support variable-length selections Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('checkbox') does not support selection. |
-FAIL input type radio should not support variable-length selections Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('radio') does not support selection. |
-FAIL input type file should not support variable-length selections Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('file') does not support selection. |
-FAIL input type submit should not support variable-length selections Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('submit') does not support selection. |
-FAIL input type image should not support variable-length selections Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('image') does not support selection. |
-FAIL input type reset should not support variable-length selections Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('reset') does not support selection. |
-FAIL input type button should not support variable-length selections Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('button') does not support selection. |
-Harness: the test ran to completion. |
- |