Index: LayoutTests/fast/regions/selection/selecting-text-through-different-region-flows-2.html |
diff --git a/LayoutTests/fast/regions/selection/selecting-text-through-different-region-flows-2.html b/LayoutTests/fast/regions/selection/selecting-text-through-different-region-flows-2.html |
deleted file mode 100644 |
index 9b083b2d03d7823cc3aaaaec8724bcccdd4d364e..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/selection/selecting-text-through-different-region-flows-2.html |
+++ /dev/null |
@@ -1,37 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
-<script src="../resources/helper.js"></script> |
-<style> |
-body { width: 600px; } |
- |
-#footNote { |
- -webkit-flow-into: footNote; |
- display: block; |
- font-size: 13px; |
-} |
- |
-#footNoteRegion { -webkit-flow-from: footNote; } |
-#content { -webkit-flow-into: content; } |
-#region { -webkit-flow-from: content; } |
-</style> |
-</head> |
-<body> |
- |
-<div id="region"></div> |
-<div id="footNoteRegion"></div> |
-<div id="content"> |
- <h1 style="margin-top: 0px">Selecting text through different CSS-Region flows</h1> |
- <div id="contentText"> |
- This text contains a footnote as a nested region what is diplayed <span id="start">below</span> the article. (1) <span id="footNote"> |
- <span><span></span>(1) This is a footnote. Footnotes can be quite long and go over several lines. This footnote |
- is nested inside the text <span id="end">above</span> and displayed here with the help of css-regions.</span></span> If you start selecting |
- text from this article until somewhere in the footnote and then click somewhere, the selection should be cleared. |
- </div> |
-</div> |
- |
-<script> |
-selectContentByIds("start", "end"); |
-</script> |
-</body> |
-</html> |