Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles/undo-after-cancelled-editing.html

Issue 2045603002: Handle the "key" field as opposed to keyIdentifier field. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove initialization of the view Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/elements/styles/undo-after-cancelled-editing.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles/undo-after-cancelled-editing.html b/third_party/WebKit/LayoutTests/inspector/elements/styles/undo-after-cancelled-editing.html
index c3c4ac5ad29b5c4987da6f69ee7d9f08d4d4d19f..148442579aa32975a10a9cdd8d6597e118bf0a0f 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles/undo-after-cancelled-editing.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles/undo-after-cancelled-editing.html
@@ -45,7 +45,7 @@ function test()
function cancelEditing(next)
{
- treeElement.valueElement.dispatchEvent(InspectorTest.createKeyEvent("U+001B")); // Escape
+ treeElement.valueElement.dispatchEvent(InspectorTest.createKeyEvent("Escape"));
InspectorTest.waitForStyleApplied(next);
},

Powered by Google App Engine
This is Rietveld 408576698