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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <p>This tests for a crasher when deleting contents of a table cell. <a href="rad r://problem/4845371">&lt;radr://problem/4845371&gt;</a></p>
2 <div id="div" contenteditable="true"><table><tr><td>foo <a href="http://www.goog le.com/">bar</a></td><td>baz</td></tr></table></div>
3
4 <script src="../editing.js"></script>
5 <script>
6 runDumpAsTextEditingTest(true);
7
8 function editingTest() {
9 var div = document.getElementById("div");
10 var sel = window.getSelection();
11
12 sel.setPosition(div, 0);
13 moveSelectionForwardByCharacterCommand();
14 extendSelectionForwardByWordCommand();
15 extendSelectionForwardByWordCommand();
16 deleteCommand();
17 }
18 </script>
OLDNEW
« 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