Index: LayoutTests/fast/regions/selection/selecting-text-through-different-region-flows-2-expected.html |
diff --git a/LayoutTests/fast/regions/selection/selecting-text-through-different-region-flows-2-expected.html b/LayoutTests/fast/regions/selection/selecting-text-through-different-region-flows-2-expected.html |
deleted file mode 100644 |
index 700ac2413c494f7f34e5a1aad7928fc5092b4563..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/selection/selecting-text-through-different-region-flows-2-expected.html |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
-<script src="../resources/helper.js"></script> |
-<style> |
-body { width: 600px; } |
-#footNote { font-size: 13px; } |
-</style> |
-</head> |
-<body onload="selectBaseAndExtent('start', 0, 'end', 1)"> |
-<div id="content"> |
- <h1 style="margin-top: 0px">Selecting text through different CSS-Region flows</h1> |
- <div> |
- This text contains a footnote as a nested region what is diplayed <span id="start">below<span> the article. (1) If you start selecting |
- text from this article until somewhere in the footnote and then click somewhere, the selection should be cleared. |
- </div> |
- <div id="footNote">(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></div> |
-</div> |
-</body> |
-</html> |