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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/textfieldselection/selection-not-application-expected.txt

Issue 2706033004: Don't throw when getting selection(Direction|Start|End) on input (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-input-element/selection-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
+
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/html/semantics/forms/the-input-element/selection-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698