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

Unified Diff: third_party/WebKit/LayoutTests/editing/selection/caret-before-select.html

Issue 1806423003: Convert editing/selection layout tests to use w3c test harness, volume 6 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/collapse/collapse_before_select.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/caret-before-select.html
diff --git a/third_party/WebKit/LayoutTests/editing/selection/caret-before-select.html b/third_party/WebKit/LayoutTests/editing/selection/caret-before-select.html
deleted file mode 100644
index f1b01ed6700a3c0e3e92d086c8d56475f9f95963..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/selection/caret-before-select.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<div contenteditable style="padding:2em; border:5px solid red"><select id=edit><option>One</option></select>blaa</div>
-<script>
- var start = document.getElementById("edit");
- var s = window.getSelection();
- s.collapse(start, 0);
-</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/editing/selection/collapse/collapse_before_select.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698