Index: LayoutTests/fast/regions/webkit-flow-float-pushed-to-last-region-expected.html |
diff --git a/LayoutTests/fast/regions/webkit-flow-float-pushed-to-last-region-expected.html b/LayoutTests/fast/regions/webkit-flow-float-pushed-to-last-region-expected.html |
deleted file mode 100644 |
index 4f6fd917f8e36679e5bd235f6996cbca8ff2ef3d..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/webkit-flow-float-pushed-to-last-region-expected.html |
+++ /dev/null |
@@ -1,111 +0,0 @@ |
-<!doctype html> |
- |
- <style> |
- .test_paragraph { |
- margin-top: 1em; |
- margin-bottom: 1em; |
- text-align: justify; |
- font-size: 10px; |
- font-family: Ahem; |
- -webkit-font-smoothing: none; |
- } |
- |
- #region1 { |
- border: 1px solid black; |
- width: 390px; |
- height: 90px; |
- padding: 5px; |
- } |
- |
- #first-box1 { |
- border: 1px solid blue; |
- border-bottom: none; |
- } |
- |
- #second-box1 { |
- margin:10px; |
- border: 1px solid green; |
- border-bottom: none; |
- width: 366px; |
- height: 83px; |
- } |
- |
- #region2 { |
- border: 1px solid black; |
- width: 290px; |
- height: 80px; |
- padding: 5px; |
- } |
- |
- #first-box2 { |
- border: 1px solid blue; |
- border-top: none; |
- border-bottom: none; |
- } |
- |
- #second-box2 { |
- margin-left:10px; |
- margin-top: -5px; |
- padding: 0px; |
- border: 1px solid green; |
- border-top: none; |
- border-bottom: none; |
- width: 266px; |
- height: 90px; |
- } |
- |
- #first-paragraph3 { |
- margin-top: 0px; |
- } |
- |
- #region3 { |
- border: 1px solid black; |
- width: 390px; |
- height: 290px; |
- padding: 5px; |
- } |
- |
- #first-box3 { |
- border: 1px solid blue; |
- border-top: none; |
- } |
- |
- #second-box3 { |
- margin:10px; |
- margin-top: -5px; |
- border: 1px solid green; |
- border-top: none; |
- width: 366px; |
- } |
- |
- #imgFloat { |
- float: right; |
- background-color:green; |
- width: 130px; |
- height: 100px; |
- } |
-</style> |
- |
-<div id="content"> |
- <div id="region1"> |
- <div id="first-box1"> |
- <div id="second-box1"></div> |
- </div> |
- </div> |
- |
- <div id="region2"> |
- <div id="first-box2"> |
- <div id="second-box2"></div> |
- </div> |
- </div> |
- |
- <div id="region3"> |
- <div id="first-box3"> |
- <div id="second-box3"> |
- <div class="test_paragraph" id="first-paragraph3">This line of <img id="imgFloat"> 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.</div> |
- <div class="test_paragraph">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.</div> |
- <div class="test_paragraph">This line of text should not get out of the region.</div> |
- </div> |
- </div> |
- </div> |
-</div> |