| Index: third_party/WebKit/LayoutTests/platform/mac/imported/wpt/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/mac/imported/wpt/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/imported/wpt/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange-expected.txt
|
| index d8c780817d8ec3768e4294af236900addb9bbfc3..440795b33fb0e47f2d4159a5a1be5f0586051c44 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/mac/imported/wpt/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/mac/imported/wpt/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange-expected.txt
|
| @@ -19,6 +19,7 @@ PASS input setSelectionRange({},1)
|
| PASS input setSelectionRange(NaN,1)
|
| PASS input setSelectionRange(null,1)
|
| PASS input setSelectionRange(undefined,1)
|
| +PASS input setSelectionRange fires a select event
|
| PASS test of textarea.setSelectionRange
|
| PASS textarea typeof(input.setSelectionRange)'
|
| PASS textarea setSelectionRange return void
|
| @@ -39,5 +40,6 @@ PASS textarea setSelectionRange({},1)
|
| PASS textarea setSelectionRange(NaN,1)
|
| PASS textarea setSelectionRange(null,1)
|
| PASS textarea setSelectionRange(undefined,1)
|
| +PASS textarea setSelectionRange fires a select event
|
| Harness: the test ran to completion.
|
|
|
|
|