| Index: third_party/WebKit/LayoutTests/fast/forms/selection-functions-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/selection-functions-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/selection-functions-expected.txt
|
| index 2a84d1898d9ba952428be4c44de8fb224e58c2f6..677e0874dddd257bcec2094b5fe03a41d22e92ce 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/selection-functions-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/selection-functions-expected.txt
|
| @@ -24,6 +24,9 @@ selectionEnd:
|
| 0, 48
|
| 7, 7
|
|
|
| +selectionStart and selectionEnd in focus handler don't return wrong values 0,0:
|
| +7, 7
|
| +
|
| ===input===
|
| setSelectionRange():
|
| 3, 7
|
| @@ -45,6 +48,9 @@ selectionEnd:
|
| 0, 48
|
| 7, 7
|
|
|
| +selectionStart and selectionEnd in focus handler don't return wrong values 0,0:
|
| +7, 7
|
| +
|
| ===button===
|
| button.selectionStart threw exception
|
| button.selectionStart = 0 threw exception
|
|
|