Index: LayoutTests/fast/regions/overflow-in-variable-width-regions.html |
diff --git a/LayoutTests/fast/regions/overflow-in-variable-width-regions.html b/LayoutTests/fast/regions/overflow-in-variable-width-regions.html |
deleted file mode 100644 |
index b1ae8c8c3b7b4668aecfa199b06a68b373e5d468..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/overflow-in-variable-width-regions.html |
+++ /dev/null |
@@ -1,46 +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; |
- -webkit-flow-from: flow1; |
- } |
- |
- #region1 { |
- width: 200px; |
- height: 100px; |
- } |
- |
- #region2 { |
- width: 300px; |
- height: 180px; |
- } |
- |
- #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 class="overflowContentFlow"> |
- <div class="overflowFirstBox"> |
- <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 regions. These lines will not spill out of the regions. |
- These 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 id="container"> |
- <div id="region1"></div> |
- <div id="region2"></div> |
- <div id="region3"></div> |
-</div> |