Index: LayoutTests/fast/shapes/shape-inside/shape-inside-overflow.html |
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-overflow.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-overflow.html |
deleted file mode 100644 |
index cf561eefad55e50498cf9716ddc72fe2c9f33de2..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-overflow.html |
+++ /dev/null |
@@ -1,34 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
-<style> |
- #container { |
- font: 20px Ahem, sans-serif; |
- -webkit-font-smoothing: none; |
- line-height: 20px; |
- position: relative; |
- width: 200px; |
- height: 200px; |
- border: 2px solid blue; |
- } |
- #shape-inside { shape-inside: polygon(50px 0px, 150px 0px, 150px 50px, 50px 50px); } |
- #border { |
- position: absolute; |
- left: 49px; |
- width: 100px; |
- height: 50px; |
- margin-top: -2px; |
- border: 1px solid green; |
- } |
-</style> |
-</head> |
-<body> |
- <div id="container"> |
- <div id="shape-inside"> |
- <div id="border"></div> |
- X X X X X X X X X X X X |
- </div> |
- </div> |
- <p>Requires Ahem font. The content should wrap inside the green rectangle, and the overflow should wrap inside the blue rectangle.</p> |
-</body> |
-</html> |