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> |