Index: third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/textfieldselection/selection-not-application-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/textfieldselection/selection-not-application-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/textfieldselection/selection-not-application-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..820baeaefeabfe02662716b16231651e8e1d0c05 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/textfieldselection/selection-not-application-expected.txt |
@@ -0,0 +1,59 @@ |
+This is a testharness.js-based test. |
+FAIL text field selection for the input hidden assert_throws: function "function (){ |
tkent
2017/02/20 23:43:07
The test selection-not-application.html is inconsi
|
+ el.selectionStart; |
+ }" did not throw |
+FAIL text field selection for the input email assert_throws: function "function (){ |
+ el.selectionStart; |
+ }" did not throw |
+FAIL text field selection for the input datetime-local assert_throws: function "function (){ |
+ el.selectionStart; |
+ }" did not throw |
+FAIL text field selection for the input date assert_throws: function "function (){ |
+ el.selectionStart; |
+ }" did not throw |
+FAIL text field selection for the input month assert_throws: function "function (){ |
+ el.selectionStart; |
+ }" did not throw |
+FAIL text field selection for the input week assert_throws: function "function (){ |
+ el.selectionStart; |
+ }" did not throw |
+FAIL text field selection for the input time assert_throws: function "function (){ |
+ el.selectionStart; |
+ }" did not throw |
+FAIL text field selection for the input number assert_throws: function "function (){ |
+ el.selectionStart; |
+ }" did not throw |
+FAIL text field selection for the input range assert_throws: function "function (){ |
+ el.selectionStart; |
+ }" did not throw |
+FAIL text field selection for the input color assert_throws: function "function (){ |
+ el.selectionStart; |
+ }" did not throw |
+FAIL text field selection for the input checkbox assert_throws: function "function (){ |
+ el.selectionStart; |
+ }" did not throw |
+FAIL text field selection for the input radio assert_throws: function "function (){ |
+ el.selectionStart; |
+ }" did not throw |
+FAIL text field selection for the input file assert_throws: function "function (){ |
+ el.selectionStart; |
+ }" did not throw |
+FAIL text field selection for the input submit assert_throws: function "function (){ |
+ el.selectionStart; |
+ }" did not throw |
+FAIL text field selection for the input image assert_throws: function "function (){ |
+ el.selectionStart; |
+ }" did not throw |
+FAIL text field selection for the input reset assert_throws: function "function (){ |
+ el.selectionStart; |
+ }" did not throw |
+FAIL text field selection for the input button assert_throws: function "function (){ |
+ el.selectionStart; |
+ }" did not throw |
+PASS text field selection for the input text |
+PASS text field selection for the input search |
+PASS text field selection for the input tel |
+PASS text field selection for the input url |
+PASS text field selection for the input password |
+Harness: the test ran to completion. |
+ |