Index: LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-expected.html |
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-expected.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-expected.html |
deleted file mode 100644 |
index e8c6f4013ded12fb7e22477bb51756ba114f4c1f..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-expected.html |
+++ /dev/null |
@@ -1,48 +0,0 @@ |
-<!DOCTYPE HTML> |
-<html> |
-<head> |
- <style> |
- #page { font: 16px Ahem, sans-serif; } |
- |
- #region1 { |
- width: 180px; |
- height: 100px; |
- shape-inside: rectangle(0, 0, 130px, 100px); |
- margin-top: 10px; |
- } |
- #region2 { |
- width: 300px; |
- height: 150px; |
- shape-inside: rectangle(0, 0, 220px, 150px); |
- margin-top: 60px; |
- } |
- #region3 { |
- width: 300px; |
- height: 50px; |
- margin-top: 60px; |
- } |
- </style> |
-</head> |
-<body> |
- <div id="page"> |
- <div id="region1"> |
- X X X X X |
- <p>X X</p> |
- <p style="color: green">X X X X</p> |
- </div> |
- <div id="region2"> |
- <p style="color: green;">X X</p> |
- <p style="color: orange">X X X X</p> |
- <p>X X X X X X X X<p style="color: yellow">X X X X X X X X X X</p></p> |
- </div> |
- <div id="region3"> |
- <p>X X</p> |
- <p style="color: red"> X X X X X X X X X</p> |
- </div> |
- </div> |
- |
- <p>Requires Ahem font. Two different -shape-inside property are applied to the first and second region. The third region is a simple region without -shape-inside. |
- The rectangles should flow through the regions and the shape-insides should be applied to the first two regions.</p> |
- <p> Bug <a href="http://webkit.org/b/107880">107880</a>: Regions should respect shape-inside</p> |
-</body> |
-</html> |