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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-input-element/selection-expected.txt

Issue 2697453005: Import wpt@758b3b4cfa805067f36121333ba031e583d3a62c (Closed)
Patch Set: Add -expected.txt files. Created 3 years, 10 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/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
index 8d8a3386bc0b2c9904a20b0dc9db4b2088e7f693..7762f8ac20160d1802d0a38e85996b451d096f46 100644
--- 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
@@ -14,14 +14,14 @@ 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
+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

Powered by Google App Engine
This is Rietveld 408576698