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

Unified Diff: LayoutTests/editing/deleting/delete-cell-contents-mac.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-mac.html
diff --git a/LayoutTests/editing/deleting/delete-cell-contents.html b/LayoutTests/editing/deleting/delete-cell-contents-mac.html
similarity index 90%
copy from LayoutTests/editing/deleting/delete-cell-contents.html
copy to LayoutTests/editing/deleting/delete-cell-contents-mac.html
index b8f8054c3cdb1bc8d188833b148feb3bf413cc88..e254e68aa446a48f14196f859f002da47a7daf6f 100644
--- a/LayoutTests/editing/deleting/delete-cell-contents.html
+++ b/LayoutTests/editing/deleting/delete-cell-contents-mac.html
@@ -3,6 +3,9 @@
<script src="../editing.js"></script>
<script>
+if (window.internals)
+ internals.settings.setEditingBehavior("mac");
+
runDumpAsTextEditingTest(true);
function editingTest() {

Powered by Google App Engine
This is Rietveld 408576698