Index: LayoutTests/fast/regions/shape-inside/shape-inside-on-regions.html |
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions.html |
deleted file mode 100644 |
index b572d99caef9f6107e7729d037ca1251e1e3aa0d..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions.html |
+++ /dev/null |
@@ -1,49 +0,0 @@ |
-<!DOCTYPE HTML> |
-<html> |
-<head> |
- <style> |
- #rectangle { |
- font: 16px Ahem, sans-serif; |
- -webkit-flow-into: rectangle; |
- } |
- |
- .region { -webkit-flow-from: rectangle; } |
- |
- #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="rectangle"> |
- X X X X X |
- <p>X X</p> |
- <p style="color: green">X X X X 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> X X</p> |
- <div style="color: red"> X X X X X X X X X</div> |
- </div> |
- <div id="page"> |
- <div id="region1" class="region"></div> |
- <div id="region2" class="region"></div> |
- <div id="region3" class="region"></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> |