| Index: third_party/WebKit/LayoutTests/editing/spelling/spelling-should-select-multiple-words.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/spelling/spelling-should-select-multiple-words.html b/third_party/WebKit/LayoutTests/editing/spelling/spelling-should-select-multiple-words.html
|
| index 76986e5f5c2caf1a808832dbda8504cd81307878..e7d61ab4127029a0fdacbed63e7842eed4b4ecb4 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/spelling/spelling-should-select-multiple-words.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/spelling/spelling-should-select-multiple-words.html
|
| @@ -29,7 +29,7 @@ initSpellTest("destination", "It should be upper case.", 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()", "upper case");
|
|
|