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

Unified Diff: third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-p-with-style-2.html

Issue 2333223002: Convert editing/deleting/merge-paragraph-from-p*.html to use w3c test harness (Closed)
Patch Set: 2016-09-14T12:46:38 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-p-with-style-2.html
diff --git a/third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-p-with-style-2.html b/third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-p-with-style-2.html
deleted file mode 100644
index 162c30e4bcc025c8a679b9e3128b8ad71b8cf6f2..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-p-with-style-2.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<style>
-div p { color:red; }
-</style>
-<body>
-<p id="description">This tests deleting line break before p.
-WebKit should not keep the style of p added by a style rule, and "world" should be italic and not be in red.</p>
-<div id="test" style="color:red;" contenteditable>
-<h1>hello</h1>
-<p><i>world</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>

Powered by Google App Engine
This is Rietveld 408576698