| Index: third_party/WebKit/LayoutTests/editing/spelling/spelling-with-punctuation-selection.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/spelling/spelling-with-punctuation-selection.html b/third_party/WebKit/LayoutTests/editing/spelling/spelling-with-punctuation-selection.html
|
| index f43b9689e81bd8878977315da88e1564f3e98da5..e634752f25ec5fec025de8096963cfe6342b475c 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/spelling/spelling-with-punctuation-selection.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/spelling/spelling-with-punctuation-selection.html
|
| @@ -35,7 +35,7 @@ initSpellTest("destination", "wellcome!", 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");
|
|
|