Index: LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-bottom-adjustment-expected.html |
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-bottom-adjustment-expected.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-bottom-adjustment-expected.html |
deleted file mode 100644 |
index 7bac2419995e0a565e238dfa6c5d80878166fa89..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-multiple-regions-bottom-adjustment-expected.html |
+++ /dev/null |
@@ -1,38 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
-<style> |
-.region { |
- width: 100px; |
- height: 100px; |
- margin-top: 10px; |
- background-color: #CCD8D4; |
-} |
- |
-.page { |
- font: 20px/1 Ahem, sans-serif; |
-} |
-</style> |
-</head> |
- |
-<body> |
- <div class="page"> |
- <div class="region"> |
- <span style="margin-left: 30px;"></span>X X<br/> |
- <span style="margin-left: 35px;"></span>X<br/> |
- <span style="margin-left: 40px;"></span>X |
- </div> |
- <div class="region"> |
- <span style="margin-left: 30px;"></span>X X<br/> |
- <span style="margin-left: 35px;"></span>X<br/> |
- <span style="margin-left: 40px;"></span>X |
- </div> |
- X X |
- </div> |
- <p style="margin-top: 20px;"> |
- 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> |