| Index: third_party/WebKit/LayoutTests/editing/spelling/spelling-with-whitespace-selection.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/spelling/spelling-with-whitespace-selection.html b/third_party/WebKit/LayoutTests/editing/spelling/spelling-with-whitespace-selection.html
|
| index 17cd5b50004a36e8115a7b64b58858970326c7bb..d6ed319051490ec8f4c9e14d8e8f86ecf2076b2b 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/spelling/spelling-with-whitespace-selection.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/spelling/spelling-with-whitespace-selection.html
|
| @@ -34,7 +34,7 @@ initSpellTest("destination", "hello, wellcome home.", function(textNode) {
|
| eventSender.mouseMoveTo(x, y);
|
| contextMenuElements = eventSender.contextClick();
|
| // Esc key to hide the context menu.
|
| - eventSender.keyDown("escape", null);
|
| + eventSender.keyDown("Escape", null);
|
|
|
| spellingMarkerRange = internals.markerRangeForNode(textNode, "spelling", 0);
|
| shouldBeEqualToString("spellingMarkerRange.toString()", "wellcome");
|
|
|