Index: LayoutTests/fast/regions/shape-inside/shape-inside-on-additional-regions-expected.html |
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-additional-regions-expected.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-additional-regions-expected.html |
deleted file mode 100644 |
index d0a074bdd66177c9e5afecdfa9a7250cf4775490..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-additional-regions-expected.html |
+++ /dev/null |
@@ -1,41 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
-<style> |
- .region { |
- font: 14px Ahem, sans-serif; |
- line-height: 16px; |
- width: 300px; |
- height: 300px; |
- margin-top: 10px; |
- border: 1px solid black; |
- background-color: yellow; |
- } |
- #region_with_shape_inside { |
- border: 1px solid black; |
- overflow: hidden; |
- background-color: orange; |
- } |
- #placeholder { |
- float: left; |
- width: 50px; |
- height: 300px; |
- } |
-</style> |
-</head> |
-<body> |
- |
-<div class="region"> |
- <p>Despite the passage of time, Major Quilan still suffers grief and bereavement from the death of his wife, killed during the Chelgrian civil war that resulted from the Culture's interference. <p>Quilan is offered the chance to avenge the lost Chelgrians who died in the civil war and is inducted into a plot to strike back at the Culture.</p> |
-</div> |
-<div id="region_with_shape_inside" class="region"> |
- <div id="placeholder"></div> |
- <p>As part of the plot, his <p>"soulkeeper"</p> (a device normally used to store its owner's personality upon their death) is equipped with both the mind of a long-dead Chelgrian general and a device... |
-</div> |
- |
-<p>Requires Ahem font. The content - what contains multiple nested paragraphs - flows into multiple regions, a shape-inside property is applied only on the second region. <br/> |
-The content should start at the top of the second region inside a 200px (width) and 150px (height) rectangle - which has a 50px left offset - then flow into the original container.</p> |
-<p>Bug <a href="http://webkit.org/b/112177">112177</a>: block children do not layout inline content correctly in a region with shape-inside set</p> |
- |
-</body> |
-</html> |