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

Unified Diff: third_party/WebKit/LayoutTests/editing/deleting/merge-into-empty-block-1.html

Issue 2451983002: Convert editing/deleting/merge-into-empty-block-[12].html to utilize w3c test harness (Closed)
Patch Set: 2016-10-26T14:01:59 Created 4 years, 2 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-into-empty-block-1-expected.txt » ('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-into-empty-block-1.html
diff --git a/third_party/WebKit/LayoutTests/editing/deleting/merge-into-empty-block-1.html b/third_party/WebKit/LayoutTests/editing/deleting/merge-into-empty-block-1.html
deleted file mode 100644
index 145acf3fb612f52bfc794ed0067d5721a0b3b958..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/deleting/merge-into-empty-block-1.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<p id="description">When a user puts the caret at the very beginning of a blockquote and hits backspace, if the line before the blockquote is empty, the blockquote should just move up.</p>
-<div contenteditable="true"><div><br></div><blockquote style="margin: 0px; padding-left: 25px; border-left: 3px solid blue; color: blue;" type="cite"><span id="test">foo</span></blockquote></div>
-<script src="../../resources/dump-as-markup.js"></script>
-<script>
-if (window.testRunner)
- testRunner.dumpEditingCallbacks();
-
-var e = document.getElementById("test");
-window.getSelection().collapse(e, 0);
-
-document.execCommand("Delete");
-Markup.description(document.getElementById('description').textContent);
-Markup.dump(document.querySelector('div'));
-</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/deleting/merge-into-empty-block-1-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698