Index: LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content.html |
diff --git a/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content.html b/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content.html |
deleted file mode 100644 |
index 3fac68142acdfe55ce57a260b2a500ccc0982243..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/shape-inside/shape-inside-on-regions-inline-content.html |
+++ /dev/null |
@@ -1,50 +0,0 @@ |
-<!DOCTYPE HTML> |
-<html> |
-<head> |
- <style> |
- #rectangle { |
- font: 20px Ahem, sans-serif; |
- -webkit-font-smoothing: none; |
- -webkit-flow-into: rectangle; |
- } |
- |
- .region { -webkit-flow-from: rectangle; } |
- |
- #region1 { |
- width: 180px; |
- height: 100px; |
- border: 1px solid green; |
- shape-inside: rectangle(0, 0, 130px, 100px); |
- margin-top: 10px; |
- } |
- #region2 { |
- width: 300px; |
- height: 150px; |
- border: 1px solid green; |
- shape-inside: rectangle(0, 0, 220px, 150px); |
- margin-top: 60px; |
- } |
- #region3 { |
- width: 300px; |
- height: 50px; |
- border: 1px solid green; |
- margin-top: 60px; |
- } |
- </style> |
-</head> |
-<body> |
- <div id="rectangle"> |
- 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 X X X X X X X X X X X X X X X X X X X |
- </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 inline content should flow through the regions and the shape-insides should be applied to the first two regions thus the content should be only 130px wide in the first (original width: 180px) and only 220px wide in the second (original width: 300px) region.</p> |
- <p>Bug <a href="http://webkit.org/b/115456">115456</a>: [CSS Regions][CSS Exclusions] Shape-inside on regions should respect region borders and paddings</p> |
-</body> |
-</html> |