Index: LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-bottom-adjustment.html |
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-bottom-adjustment.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-bottom-adjustment.html |
deleted file mode 100644 |
index e7c6d32123fc6b155b0574fe9ee65479d6f5d6b2..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-bottom-adjustment.html |
+++ /dev/null |
@@ -1,35 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
-<style> |
-.region { |
- width: 100px; |
- height: 100px; |
- margin-top: 10px; |
- background-color: #CCD8D4; |
- -webkit-shape-inside: polygon(25px 0px, 100px 0px, 50px 100px); |
-} |
- |
-.content { |
- font: 20px/1 Ahem, sans-serif; |
- -webkit-flow-into: flow; |
-} |
- |
-.region { -webkit-flow-from: flow; } |
-</style> |
-</head> |
- |
-<body> |
- <div class="content">X X X X X X X X X X</div> |
- |
- <div class="page"> |
- <div class="region"></div> |
- <div class="region"></div> |
- </div> |
- <p style="margin-top: 40px;"> |
- Requires Ahem font. We have two regions, an up-side-down triangular shape 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>Issue <a href="https://code.google.com/p/chromium/issues/detail?id=333417">333417</a>: [CSS Regions][CSS Shapes] ASSERTION FAILED: m_segmentRanges.size() < m_segments.size()</p> |
-</body> |
-</html> |