Index: LayoutTests/fast/shapes/shape-inside/shape-inside-complex-polygon-001-expected.html |
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-complex-polygon-001-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-complex-polygon-001-expected.html |
deleted file mode 100644 |
index 0f33398a45105ca9f41f1cd054cba2f38ae0de9e..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-complex-polygon-001-expected.html |
+++ /dev/null |
@@ -1,29 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
-<style> |
- #polygon-shape-inside { |
- position: absolute; |
- top: 50px; |
- left: 50px; |
- width: 200px; |
- height: 150px; |
- font: 50px/1 Ahem, sans-serif; |
- color: green; |
- } |
- |
- #informative-text { |
- position: absolute; |
- top: 150px; |
- left: 50px; |
- } |
-</style> |
-</head> |
-<body style="position:relative"> |
- <div id="polygon-shape-inside">X X<br>XXX</div> |
- <p id="informative-text"> |
- This test requires the Ahem font. It creates a self-intersecting rectilinear polygonal |
- shape-inside with fillRule = evenodd. The content should just fill the U |
- shaped area with green rectangles.</p> |
-</body> |
-</html> |