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

Unified Diff: third_party/WebKit/LayoutTests/editing/execCommand/4641880-2.html

Issue 2267363005: Convert editing/execCommand/4641880-2.html to use w3c test harness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2016-08-24T17:39:32 Created 4 years, 4 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/execCommand/indent_at_end_of_paragraph.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/editing/execCommand/4641880-2.html
diff --git a/third_party/WebKit/LayoutTests/editing/execCommand/4641880-2.html b/third_party/WebKit/LayoutTests/editing/execCommand/4641880-2.html
deleted file mode 100644
index a43ca7f1e5e35a97ce1cba938edbc22a6aa57d3e..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/execCommand/4641880-2.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<p>This tests Indent on a selection that ends at the start of a paragraph. Since we don't paint the gap before the paragraph for most selections like this, we don't perform Indent on the paragraph that the selection ends in.</p>
-<div id="div" contenteditable="true">
-This paragraph should be indented.<br>
-This paragraph should not be indented.</br>
-</div>
-
-<script>
-if (window.testRunner)
- window.testRunner.dumpEditingCallbacks();
-
-var div = document.getElementById("div");
-var sel = window.getSelection();
-sel.collapse(div, 0);
-sel.modify("extend", "forward", "line");
-document.execCommand("Indent");
-</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/execCommand/indent_at_end_of_paragraph.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698