| Index: third_party/WebKit/LayoutTests/editing/spelling/spelling-with-underscore-selection.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/spelling/spelling-with-underscore-selection.html b/third_party/WebKit/LayoutTests/editing/spelling/spelling-with-underscore-selection.html
|
| index 2abe0d4463071d249372fd610360e7003e192459..fcde9cd4979d59d9a9fa9c0d2941977cf5f9e8f0 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/spelling/spelling-with-underscore-selection.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/spelling/spelling-with-underscore-selection.html
|
| @@ -35,7 +35,7 @@ initSpellTest("destination", "Hi, _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");
|
|
|