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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/deleting/merge-into-empty-block-1.html

Issue 2451983002: Convert editing/deleting/merge-into-empty-block-[12].html to utilize w3c test harness (Closed)
Patch Set: 2016-10-26T14:01:59 Created 4 years, 1 month 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/deleting/merge-into-empty-block-1-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <p id="description">When a user puts the caret at the very beginning of a blockq uote and hits backspace, if the line before the blockquote is empty, the blockqu ote should just move up.</p>
2 <div contenteditable="true"><div><br></div><blockquote style="margin: 0px; paddi ng-left: 25px; border-left: 3px solid blue; color: blue;" type="cite"><span id=" test">foo</span></blockquote></div>
3 <script src="../../resources/dump-as-markup.js"></script>
4 <script>
5 if (window.testRunner)
6 testRunner.dumpEditingCallbacks();
7
8 var e = document.getElementById("test");
9 window.getSelection().collapse(e, 0);
10
11 document.execCommand("Delete");
12 Markup.description(document.getElementById('description').textContent);
13 Markup.dump(document.querySelector('div'));
14 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/deleting/merge-into-empty-block-1-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698