| Index: third_party/WebKit/LayoutTests/inspector/editor/text-editor-ctrl-d-2.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/editor/text-editor-ctrl-d-2.html b/third_party/WebKit/LayoutTests/inspector/editor/text-editor-ctrl-d-2.html
|
| index d328986aa0891217c75ea395d58a18ab7818914b..c229caaeca952b4e5006623eb845ca22763efba4 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/editor/text-editor-ctrl-d-2.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/editor/text-editor-ctrl-d-2.html
|
| @@ -25,12 +25,7 @@ function test()
|
| function nextOccurrence(times)
|
| {
|
| for (var i = 0; i < times; ++i)
|
| - textEditor._selectNextOccurrenceController.selectNextOccurrence();
|
| - }
|
| -
|
| - function undoLastSelection()
|
| - {
|
| - textEditor._selectNextOccurrenceController.undoLastSelection();
|
| + InspectorTest.fakeKeyEvent(textEditor, "D", ["ctrlKey"]);
|
| }
|
|
|
| function lineSelection(line, from, to)
|
|
|