Index: third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-p-with-style-3.html |
diff --git a/third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-p-with-style-3.html b/third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-p-with-style-3.html |
deleted file mode 100644 |
index e00fd6a56aad195ad0b26ada3ab03420d0cd39ba..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-p-with-style-3.html |
+++ /dev/null |
@@ -1,26 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<body> |
-<p id="description">This tests deleting line break before p. |
-WebKit preserves the inline style of the merged paragraph, and "world" should be in green.</p> |
-<div id="test" style="color:red;" contenteditable> |
-<h1>hello</h1> |
-<p><font color="red"><span style="color: green;">world</span></i></p> |
-</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> |