Index: third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-h6.html |
diff --git a/third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-h6.html b/third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-h6.html |
deleted file mode 100644 |
index 5ca74798594ddda8346ba56fcd426e3965668e67..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-h6.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.</p> |
-<div id="test" contenteditable> |
-hello |
-<h6>world</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> |