Index: LayoutTests/fast/regions/selection/selection-direction.html |
diff --git a/LayoutTests/fast/regions/selection/selection-direction.html b/LayoutTests/fast/regions/selection/selection-direction.html |
deleted file mode 100644 |
index 5c702d19ee42a38347d11e64133abd1b0869bccc..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/selection/selection-direction.html |
+++ /dev/null |
@@ -1,38 +0,0 @@ |
-<html> |
-<head> |
- <script src="../resources/helper.js"></script> |
- <style> |
- #source { |
- -webkit-flow-into: content; |
- } |
- |
- #region { |
- -webkit-flow-from: content; |
- height: 100px; |
- width: 200px; |
- } |
- |
- #outside { |
- height: 100px; |
- width: 200px; |
- } |
- |
- body { |
- margin-top: 0; |
- } |
- |
- #description { |
- width: 600px; |
- } |
- </style> |
-</head> |
-<body onload="selectContentByRange(100, 10, 100, 110);"> |
- <div id="source">inside region inside region inside region inside region</div> |
- <div id="outside">outside region outside region outside region outside region</div> |
- <div id="region"></div> |
- <div id="description"> |
- <h1><a href="https://bugs.webkit.org/show_bug.cgi?id=121501">Bug #121501 - [CSS Regions] Layout Test for selection direction</a></h1> |
- <p>Selection is based in DOM tree, so if you select text from "outside region" to "inside region" the highlighted area is exactly the opposite to what the user is actually selecting.</p> |
- </div> |
-</body> |
-</html> |