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

Unified Diff: third_party/WebKit/LayoutTests/editing/selection/5234383-2.html

Issue 2184473006: Convert editing/selection/5234383-[12].html to use w3c test harness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 2016-07-27T13:42:56 Created 4 years, 5 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/selection/5234383-2.html
diff --git a/third_party/WebKit/LayoutTests/editing/selection/5234383-2.html b/third_party/WebKit/LayoutTests/editing/selection/5234383-2.html
deleted file mode 100644
index 2b36d30bc1c4f82f81621c4824954b6a9cad6b21..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/selection/5234383-2.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<p>This tests moving backward by sentence boundaries. The caret should be at the start of the second to last sentence.</p>
-
-<div id="div" contenteditable="true">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nunc a augue. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Mauris ut pede. Integer lacus. Ut ipsum. Phasellus tristique leo eu velit. Vestibulum arcu lacus, blandit ac, condimentum sed, commodo in, arcu. Curabitur suscipit pede eu sem.</div>
-
-<script>
-var sel = window.getSelection();
-var div = document.getElementById("div");
-var text = div.firstChild;
-sel.collapse(text, text.length - 5);
-sel.modify("move", "backward", "sentenceBoundary");
-sel.modify("move", "backward", "sentenceBoundary");
-</script>

Powered by Google App Engine
This is Rietveld 408576698