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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-h6.html

Issue 2336173002: Convert editing/deleting/merge-paragraph-from-h6*.html to use w3c test harness (Closed)
Patch Set: 2016-09-13T18:24:31 Created 4 years, 3 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-h6-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 <!DOCTYPE html>
2 <html>
3 <body>
4 <p id="description">This tests deleting line break before h6.
5 WebKit should not cancel styles added by h6 by those of document's default style .</p>
6 <div id="test" contenteditable>
7 hello
8 <h6>world</h6>
9 </div>
10 </div>
11 <script src="../editing.js"></script>
12 <script src="../../resources/dump-as-markup.js"></script>
13 <script>
14
15 function editingTest() {
16 moveSelectionForwardByLineCommand();
17 deleteCommand();
18
19 Markup.description(document.getElementById('description').textContent);
20 Markup.dump('test');
21 }
22
23 runEditingTest();
24 </script>
25 </body>
26 </html>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-h6-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698