Index: third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-h6-with-style-2.html |
diff --git a/third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-h6-with-style-2.html b/third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-h6-with-style-2.html |
deleted file mode 100644 |
index aae624341713f698f517ef008d173d17c743011a..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-h6-with-style-2.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="blue" style="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> |