Index: LayoutTests/fast/shapes/shape-inside/shape-inside-first-fit-002.html |
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-first-fit-002.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-first-fit-002.html |
deleted file mode 100644 |
index 2c42fa67fcc74f53c6a61eaae9913b5d5c575196..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-first-fit-002.html |
+++ /dev/null |
@@ -1,32 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
-<style> |
- #shape-inside { |
- position: relative; |
- width: 300px; |
- height: 200px; |
- shape-inside: polygon(0px 0px, 150px 150px, 300px 0px, 300px 200px, 0px 200px); |
- font: 50px/1 Ahem, sans-serif; |
- color: green; |
- } |
- |
- #shape-outline { |
- position: absolute; |
- top: 0px; |
- left: 0px; |
- width: 300px; |
- height: 200px; |
- } |
-</style> |
-</head> |
-<body> |
- <p>The solid green rectangles should be contained by the blue outline.</p> |
- <div id="shape-inside"> |
- <svg id="shape-outline" xmlns="http://www.w3.org/2000/svg"> |
- <polygon points="0,0 150,150 300,0 300,200 0,200" stroke="blue" fill="none"/> |
- </svg> |
- X X XX XX XXXXXX |
- </div> |
-</body> |
-</html> |