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

Unified Diff: third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-p-with-style.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-p-with-style-2.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-p-with-style.html
diff --git a/third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-p-with-style.html b/third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-p-with-style.html
deleted file mode 100644
index c740d9edccb8167086980e74815e4d127c78a6a5..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-p-with-style.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style type="text/css">
-p {color: red;}
-</style>
-</head>
-<body>
-<p id="description">This tests deleting line break before p.
-"world" in "helloworld" should be italicized in red.</p>
-<div id="test" contenteditable>
-hello
-<p style="font-style: italic;">world</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>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/deleting/merge-paragraph-from-p-with-style-2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698