Index: LayoutTests/fast/regions/webkit-flow-float-pushed-to-last-region.html |
diff --git a/LayoutTests/fast/regions/webkit-flow-float-pushed-to-last-region.html b/LayoutTests/fast/regions/webkit-flow-float-pushed-to-last-region.html |
deleted file mode 100644 |
index 760f35f391286a5ac21f4419bb625e2ad310f682..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/webkit-flow-float-pushed-to-last-region.html |
+++ /dev/null |
@@ -1,67 +0,0 @@ |
-<!doctype html> |
- |
- <style> |
- p { |
- font-size: 10px; |
- font-family: Ahem; |
- -webkit-font-smoothing: none; |
- } |
- |
- #content { |
- -webkit-flow-into: flow1; |
- text-align: justify; |
- padding: 5px; |
- } |
- |
- #first-box { |
- border: 1px solid blue; |
- } |
- |
- #second-box { |
- margin:10px; |
- border: 1px solid green; |
- } |
- |
- #float1 { |
- float: right; |
- width: 130px; |
- height: 100px; |
- background-color:green |
- } |
- |
- #region1, #region2, #region3 { |
- border: 1px solid black; |
- -webkit-flow-from: flow1; |
- } |
- |
- #region1 { |
- width: 400px; |
- height: 100px; |
- } |
- |
- #region2 { |
- width: 300px; |
- height: 90px; |
- } |
- |
- #region3 { |
- width: 400px; |
- height: 300px; |
- } |
-</style> |
- |
-<div id="content"> |
- <div id="first-box"> |
- <div id="second-box"> |
- <p><img id="float1">This line of text should not get out of the region. This line of text should not get out of the region. This line of text should not get out of the region. This line of text should not get out of the region.</p> |
- <p>This line of text should not get out of the region. This line of text should not get out of the region. This line of text should not get out of the region. This line of text should not get out of the region.</p> |
- <p>This line of text should not get out of the region.</p> |
- </div> |
- </div> |
-</div> |
- |
-<div id="container"> |
- <div id="region1"></div> |
- <div id="region2"></div> |
- <div id="region3"></div> |
-</div> |