| Index: third_party/WebKit/LayoutTests/fast/events/context-no-deselect.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/context-no-deselect.html b/third_party/WebKit/LayoutTests/fast/events/context-no-deselect.html
|
| index d56883ab3ce61da5afe61a46dc0138413634ba7c..d07d0105848bdd5e0d6c17b79f55bcfcb83317e4 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/events/context-no-deselect.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/context-no-deselect.html
|
| @@ -8,6 +8,7 @@
|
| // This test checks that if the user right clicks on selected text,
|
| // the selected text doesn't change or get deselected.
|
| var input = document.getElementById("text");
|
| +input.focus();
|
| input.selectionStart = 5;
|
| input.selectionEnd = 15;
|
|
|
|
|