| Index: third_party/WebKit/LayoutTests/inspector/editor/text-editor-block-indent.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/editor/text-editor-block-indent.html b/third_party/WebKit/LayoutTests/inspector/editor/text-editor-block-indent.html
|
| index de50cd6b6582a124235066ea2acb61e8f70cb839..dbcf3ba304aa9cb20c19e3c2f0933ed4ae523420 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/editor/text-editor-block-indent.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/editor/text-editor-block-indent.html
|
| @@ -39,7 +39,7 @@ function test()
|
| InspectorTest.setLineSelections(textEditor, [
|
| {line: 0, column: 1}
|
| ]);
|
| - InspectorTest.fakeKeyEvent(textEditor, "enter", [], dumpAndNext(next));
|
| + InspectorTest.fakeKeyEvent(textEditor, "Enter", [], dumpAndNext(next));
|
| },
|
|
|
| function testMulticursorCollapsedBlockExpanding(next)
|
| @@ -50,7 +50,7 @@ function test()
|
| {line: 0, column: 4},
|
| {line: 1, column: 3}
|
| ]);
|
| - InspectorTest.fakeKeyEvent(textEditor, "enter", [], dumpAndNext(next));
|
| + InspectorTest.fakeKeyEvent(textEditor, "Enter", [], dumpAndNext(next));
|
| },
|
|
|
| function testMulticursorCollapsedBlockNotExpanding(next)
|
| @@ -60,7 +60,7 @@ function test()
|
| {line: 0, column: 1},
|
| {line: 1, column: 2}
|
| ]);
|
| - InspectorTest.fakeKeyEvent(textEditor, "enter", [], dumpAndNext(next));
|
| + InspectorTest.fakeKeyEvent(textEditor, "Enter", [], dumpAndNext(next));
|
| },
|
|
|
| function testSingleCursorClosingBracketIndent(next)
|
|
|