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

Unified Diff: third_party/WebKit/LayoutTests/editing/selection/4932260-1.html

Issue 2446893006: Convert editing/selection/4932260-[123].html to utilize w3c test harness (Closed)
Patch Set: 2016-10-28T12:57:04 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/selection/4932260-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/selection/4932260-1.html
diff --git a/third_party/WebKit/LayoutTests/editing/selection/4932260-1.html b/third_party/WebKit/LayoutTests/editing/selection/4932260-1.html
deleted file mode 100644
index 47ce3970ed6cbd530b9795863e39c6d8b274f9f8..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/selection/4932260-1.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<p>This tests for a bug where images would act as sentence boundaries.</p>
-<div id="div" contenteditable="true">The caret should be <img src="../resources/abe.png">at the beginning of this sentence.</div>
-
-<script>
-if (window.testRunner)
- window.testRunner.dumpEditingCallbacks();
-var sel = window.getSelection();
-var div = document.getElementById("div");
-sel.collapse(div, 0);
-sel.modify("move", "forward", "sentence");
-sel.collapse(div, div.childNodes.length);
-sel.modify("move", "backward", "sentence");
-</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/selection/4932260-2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698