Index: third_party/WebKit/ManualTests/caret-in-columns-flipped.html |
diff --git a/third_party/WebKit/ManualTests/caret-in-columns-flipped.html b/third_party/WebKit/ManualTests/caret-in-columns-flipped.html |
deleted file mode 100644 |
index b2be4f276fdb2cc1939691504c0c1537041e87a6..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/ManualTests/caret-in-columns-flipped.html |
+++ /dev/null |
@@ -1,25 +0,0 @@ |
-<p> |
- (Read from bottom to top) |
-</p> |
-<div id="target" style=" |
- margin: 100px; |
- -webkit-columns: 3; |
- width: 300px; |
- height: 100px; |
- -webkit-user-modify: read-write; |
- -webkit-writing-mode: horizontal-bt; |
- outline: none; |
-"> |
- <br> |
- <br> |
- <br> |
- <br> |
- <br> |
- <br> |
- The blinking insertion point should be here → |
-</div> |
-<script> |
- var target = document.getElementById("target"); |
- target.focus(); |
- getSelection().modify("move", "forward", "documentboundary"); |
-</script> |