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

Unified Diff: LayoutTests/editing/deleting/delete-cell-contents.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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/editing/deleting/delete-cell-contents-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/deleting/delete-cell-contents.html
diff --git a/LayoutTests/editing/deleting/delete-cell-contents.html b/LayoutTests/editing/deleting/delete-cell-contents.html
deleted file mode 100644
index b8f8054c3cdb1bc8d188833b148feb3bf413cc88..0000000000000000000000000000000000000000
--- a/LayoutTests/editing/deleting/delete-cell-contents.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<p>This tests for a crasher when deleting contents of a table cell. <a href="radr://problem/4845371">&lt;radr://problem/4845371&gt;</a></p>
-<div id="div" contenteditable="true"><table><tr><td>foo <a href="http://www.google.com/">bar</a></td><td>baz</td></tr></table></div>
-
-<script src="../editing.js"></script>
-<script>
-runDumpAsTextEditingTest(true);
-
-function editingTest() {
- var div = document.getElementById("div");
- var sel = window.getSelection();
-
- sel.setPosition(div, 0);
- moveSelectionForwardByCharacterCommand();
- extendSelectionForwardByWordCommand();
- extendSelectionForwardByWordCommand();
- deleteCommand();
-}
-</script>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/editing/deleting/delete-cell-contents-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698