Index: LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-with-negative-shape-top.html |
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-with-negative-shape-top.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-with-negative-shape-top.html |
deleted file mode 100644 |
index ea6bac2ecf1bf40ecc6df371e1a67573e3c2a7a3..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-with-negative-shape-top.html |
+++ /dev/null |
@@ -1,34 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
-<style> |
-#source { |
- font: 20px/1 Ahem, sans-serif; |
- -webkit-flow-into: article; |
-} |
-.regions { |
- -webkit-flow-from: article; |
- width: 260px; |
- height: 200px; |
- margin: 0px 20px 20px; |
- background-color: #b0dcff; |
- shape-inside: rectangle(10px, -20px, 100%, 50%); |
-} |
-</style> |
-</head> |
-<body> |
-<article> |
- <div class="regions"></div> |
- <div class="regions"></div> |
-</article> |
-<div id="source"> |
- X X X X X X X X X X X X X X X X X X X X X X X X X X X X X 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> |
- |
-<p style="margin-top: 40px;"> |
-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> |