Index: LayoutTests/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.html |
diff --git a/LayoutTests/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.html b/LayoutTests/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.html |
deleted file mode 100644 |
index d43c4f18fc1e69f1c20229259692bd1e7e7ceff0..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.html |
+++ /dev/null |
@@ -1,68 +0,0 @@ |
-<!DOCTYPE html> |
-<link rel="stylesheet" href="resources/region-style.css"> |
-<style> |
- body { -webkit-font-smoothing: none; font: 16px/1.25 monospace; } |
- |
- .secondBox { |
- width: 75%; |
- margin: auto; |
- } |
- |
- #region1, #region2, #region3 { |
- border: 1px solid black; |
- overflow-y: hidden; |
- } |
- |
- #region1 { |
- width: 300px; |
- height: 100px; |
- } |
- |
- #region2 { |
- width: 404px; |
- height: 180px; |
- } |
- |
- #region3 { |
- width: 220px; |
- height: 120px; |
- } |
-</style> |
-</head> |
-<body> |
-<p>The first and last lines of text in the regions below should be clipped to the green box. The overflow |
-section sizes itself and clips differently in each region. The green box should be even with the lime floats at the top of the first region.</p> |
- |
-<div id="container"> |
- <div id="region1"> |
- <div class="overflowContent"> |
- <div class="overflowFirstBox"> |
- <div class="overflowBox floatLeft"></div><div class="overflowBox floatRight"></div> |
- <div class="overflowSecondBox secondBox"> |
- <div style="width: 500px">Clipped line of text that should not be visible.</div> |
- <p>These lines will not spill out of the </p> |
- <br/> |
- </div> |
- </div> |
- </div> |
- </div> |
- <div id="region2"> |
- <div class="overflowContent" style="padding-top: 0px;"> |
- <div class="overflowFirstBox" style="border-top-width: 0px;"> |
- <div class="overflowSecondBox secondBox" style="margin-top: 0px; border-top-width: 0px;"> |
- <p style="margin-top: 0px;">regions. These lines will not spill out of the regions. These lines will not spill out of the regions. These lines will not spill out of the regions.</p> |
- <p>These lines will not spill out of the regions. These</p> |
- </div> |
- </div> |
- </div> |
- </div> |
- <div id="region3"> |
- <div class="overflowContent" style="padding-top: 0px;"> |
- <div class="overflowFirstBox" style="border-top-width: 0px;"> |
- <div class="overflowSecondBox secondBox" style="margin-top: 0px; border-top-width: 0px;"> |
- <p style="margin-top: 0px;">lines will not spill out of the regions.</p><div style="width:500px">Clipped line of text that should not be visible.</div></div> |
- </div> |
- </div> |
- </div> |
- </div> |
-</div> |