Index: LayoutTests/fast/regions/overflow-in-variable-width-regions-expected.html |
diff --git a/LayoutTests/fast/regions/overflow-in-variable-width-regions-expected.html b/LayoutTests/fast/regions/overflow-in-variable-width-regions-expected.html |
deleted file mode 100644 |
index abf2ac1dbff603e67b3bf4f66c25ce9200aefd91..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/overflow-in-variable-width-regions-expected.html |
+++ /dev/null |
@@ -1,66 +0,0 @@ |
-<!DOCTYPE html> |
-<link rel="stylesheet" href="resources/region-style.css"> |
-<style> |
- body { -webkit-font-smoothing: none; font: 16px/1.25 monospace; } |
- |
- .secondBox { |
- margin: 40px; |
- } |
- |
- #region1, #region2, #region3 { |
- border: 1px solid black; |
- } |
- |
- #region1 { |
- width: 200px; |
- height: 100px; |
- overflow-y: hidden; |
- } |
- |
- #region2 { |
- width: 300px; |
- height: 180px; |
- overflow-y: hidden; |
- } |
- |
- #region3 { |
- width: 120px; |
- height: 120px; |
- } |
-</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 independently in each region.</p> |
- |
-<div id="container"> |
- <div id="region1"> |
- <div class="overflowContent"> |
- <div class="overflowFirstBox"> |
- <div class="overflowSecondBox secondBox"> |
- <div style="width: 500px">Clipped line of text that should not be visible.</div> |
- <br/> |
- <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;">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> |
- <br/> |
- </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;"> |
- <div style="width: 500px">Clipped line of text that should not be visible.</div> |
- </div> |
- </div> |
- </div> |
- </div> |
-</div> |