| 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..0fe1b9c1b0a32a606c044ff023c662df53953ed9 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:
|
| +7, 7
|
| +
|
| ===input===
|
| setSelectionRange():
|
| 3, 7
|
| @@ -45,6 +48,9 @@ selectionEnd:
|
| 0, 48
|
| 7, 7
|
|
|
| +selectionStart and selectionEnd in focus handler:
|
| +7, 7
|
| +
|
| ===button===
|
| button.selectionStart threw exception
|
| button.selectionStart = 0 threw exception
|
|
|