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> |