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

Unified Diff: LayoutTests/editing/deleting/delete-ligature-003.html

Issue 484353004: Test tidying: use "escape" and "backspace" with eventSender.keyDown() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: More quoting consistency wibbles Created 6 years, 4 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: LayoutTests/editing/deleting/delete-ligature-003.html
diff --git a/LayoutTests/editing/deleting/delete-ligature-003.html b/LayoutTests/editing/deleting/delete-ligature-003.html
index 0cea78f56192f7009d0c9a1aae1e49dc66c96d6b..07a291e5ea6388d8d3f2c56ebe9395e296e24321 100644
--- a/LayoutTests/editing/deleting/delete-ligature-003.html
+++ b/LayoutTests/editing/deleting/delete-ligature-003.html
@@ -10,7 +10,7 @@
}
function sendBackwardDeleteKey() {
if (window.eventSender)
- eventSender.keyDown(String.fromCharCode(0x0008), null);
+ eventSender.keyDown("backspace", null);
}
function runTestOn(platform) {
var testarea = document.getElementById("test");
« no previous file with comments | « LayoutTests/editing/deleting/delete-ligature-002.html ('k') | LayoutTests/editing/deleting/skip-virama-001.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698