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

Unified Diff: LayoutTests/editing/deleting/delete-cell-contents-win.html

Issue 14930006: Ctrl+Shift+Right in Windows should select the spacing after the word (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added expectations for chromium-mac for delete-cell-contents-win.html Created 7 years, 7 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-cell-contents-win.html
diff --git a/LayoutTests/editing/deleting/delete-cell-contents.html b/LayoutTests/editing/deleting/delete-cell-contents-win.html
similarity index 84%
rename from LayoutTests/editing/deleting/delete-cell-contents.html
rename to LayoutTests/editing/deleting/delete-cell-contents-win.html
index b8f8054c3cdb1bc8d188833b148feb3bf413cc88..5d835f6a88449dd2aa6124547fa72d6dff3b1a45 100644
--- a/LayoutTests/editing/deleting/delete-cell-contents.html
+++ b/LayoutTests/editing/deleting/delete-cell-contents-win.html
@@ -3,6 +3,9 @@
<script src="../editing.js"></script>
<script>
+if (window.internals)
+ internals.settings.setEditingBehavior("win");
+
runDumpAsTextEditingTest(true);
function editingTest() {
@@ -13,6 +16,7 @@ function editingTest() {
moveSelectionForwardByCharacterCommand();
extendSelectionForwardByWordCommand();
extendSelectionForwardByWordCommand();
+ extendSelectionBackwardByCharacterCommand();
deleteCommand();
}
</script>

Powered by Google App Engine
This is Rietveld 408576698