Index: LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-with-negative-shape-top-expected.html |
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-with-negative-shape-top-expected.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-with-negative-shape-top-expected.html |
deleted file mode 100644 |
index 03397e290effa4898e83e9e09fd469de1c3880e2..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-with-negative-shape-top-expected.html |
+++ /dev/null |
@@ -1,37 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
-<style> |
-article { font: 20px/1 Ahem, sans-serif; } |
-.regions { |
- width: 260px; |
- height: 200px; |
- margin: 0px 20px 20px; |
- background-color: #b0dcff; |
- shape-inside: rectangle(10px, -20px, 100%, 50%); |
-} |
-.overflow { |
- margin-top: -20px; |
- margin-left: 20px; |
-} |
-</style> |
-</head> |
-<body> |
-<article> |
- <div class="regions"> |
- X X X X X X X X X X X X X X X X X X X X X X X X |
- </div> |
- <div class="regions"> |
- X X X X X X X X X X X X X X X X X X X X X X X X |
- </div> |
- <div class="overflow"> |
- X X X X X |
- </div> |
-</article> |
-<p style="margin-top: 20px"> |
-Requires Ahem font. We have two regions, a rectangle shape with negative top coordinate and 10px left offset is applied on the regions. |
-The content should flow from the first shape to the second shape. The overflow should be pushed down below the content box. |
-</p> |
-<p>Bug <a href="http://webkit.org/b/123103">123103</a>: [CSS Shapes][CSS Regions] Don't apply shape-inside when we have multiple auto-height regions and the height is not resolved</p> |
-</body> |
-</html> |