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

Unified Diff: third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-h6-with-style.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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-h6-with-style.html
diff --git a/third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-h6-with-style.html b/third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-h6-with-style.html
deleted file mode 100644
index a4258f23eb8148825fd659183e78d9682d727181..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-h6-with-style.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<html>
-<body>
-<p id="description">This tests deleting line break before h6.
-WebKit should not cancel styles added by h6 by those of document's default style but still keep "hello" italicized and "world" in red.</p>
-<div id="test" contenteditable>
-<em>hello</em>
-<h6><font color="red">world</font></h6>
-</div>
-</div>
-<script src="../editing.js"></script>
-<script src="../../resources/dump-as-markup.js"></script>
-<script>
-
-function editingTest() {
- moveSelectionForwardByLineCommand();
- deleteCommand();
-
- Markup.description(document.getElementById('description').textContent);
- Markup.dump('test');
-}
-
-runEditingTest();
-</script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698