Index: LayoutTests/fast/regions/overflow-in-uniform-regions-dynamic-expected.html |
diff --git a/LayoutTests/fast/regions/overflow-in-uniform-regions-dynamic-expected.html b/LayoutTests/fast/regions/overflow-in-uniform-regions-dynamic-expected.html |
deleted file mode 100644 |
index 712b4f4b48acf2d992dd4989603da0d7a3686889..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/overflow-in-uniform-regions-dynamic-expected.html |
+++ /dev/null |
@@ -1,56 +0,0 @@ |
-<!DOCTYPE html> |
-<link rel="stylesheet" href="resources/region-style.css"> |
-<style> |
- #region1, #region2, #region3 { |
- border: 1px solid black; |
- } |
- |
- #region1 { |
- width: 400px; |
- height: 150px; |
- overflow-y: hidden; |
- } |
- |
- #region2 { |
- width: 400px; |
- height: 150px; |
- } |
- |
- #region3 { |
- width: 400px; |
- height: 150px; |
- } |
-</style> |
-<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" style="border-bottom-width: 0px; padding: 5px;"> |
- <div class="overflowBox floatLeft" id="float1"></div> <div class="overflowBox floatRight" id="float2"></div> |
- <div class="overflowSecondBox" style="border-bottom-width: 0px;"> |
- <p>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. These lines will not spill out of the regions.</p> |
- <p style="text-align: justify;">These lines will not spill out of the regions.</p> |
- </div> |
- </div> |
- </div> |
- </div> |
- <div id="region2"> |
- <div class="overflowContent" style="padding-top: 0px;"> |
- <div class="overflowFirstBox" style="padding: 5px; padding-top: 0px; border-top-width: 0px;"> |
- <div class="overflowSecondBox" style="padding-top: 0px; border-top-width: 0px;"> |
- <p style="padding-top:0px;margin-top:0px;">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> |
- </div> |
- </div> |
- </div> |
- </div> |
- <div id="region3"></div> |
-</div> |
- |
-<script> |
- document.body.offsetLeft; |
- document.getElementById('float1').style.width = '50px'; |
- document.getElementById('float2').style.width = '50px'; |
-</script> |