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

Unified Diff: third_party/WebKit/LayoutTests/editing/deleting/merge-into-empty-block-2.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
Index: third_party/WebKit/LayoutTests/editing/deleting/merge-into-empty-block-2.html
diff --git a/third_party/WebKit/LayoutTests/editing/deleting/merge-into-empty-block-2.html b/third_party/WebKit/LayoutTests/editing/deleting/merge-into-empty-block-2.html
deleted file mode 100644
index 3517b2987141ee7bc3ac523dd729114cb4c77352..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/deleting/merge-into-empty-block-2.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<p id="description">When a user puts the caret at the very beginning a list and hits delete into an empty line, the list should just move up.</p>
-<div contenteditable="true"><div><br></div><ul><li><span id="test">foo</span></li></ul></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>

Powered by Google App Engine
This is Rietveld 408576698