| Index: third_party/WebKit/LayoutTests/platform/win/external/wpt/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/platform/win/external/wpt/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange-expected.txt b/third_party/WebKit/LayoutTests/platform/win/external/wpt/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange-expected.txt
|
| index 6d2866f0cc6f95be3ea6c7e4489d4780ae669dd9..41435a63e0f7d63df33969e08ec01df274c62661 100644
|
| --- a/third_party/WebKit/LayoutTests/platform/win/external/wpt/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/platform/win/external/wpt/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange-expected.txt
|
| @@ -5,7 +5,7 @@ PASS input setSelectionRange return void
|
| PASS input setSelectionRange(0,1)
|
| PASS input setSelectionRange(0,input.value.length+1)
|
| PASS input setSelectionRange(input.value.length+1,input.value.length+1)
|
| -PASS input setSelectionRange(input.value.length+1,input.value.length+1)
|
| +PASS input setSelectionRange(input.value.length+1,1)
|
| PASS input setSelectionRange(2,2)
|
| PASS input setSelectionRange(2,1)
|
| PASS input direction of setSelectionRange(0,1,"backward")
|
|
|