Index: LayoutTests/fast/shapes/shape-inside/shape-inside-complex-polygon-003-expected.html |
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-complex-polygon-003-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-complex-polygon-003-expected.html |
deleted file mode 100644 |
index 32b3ab917ffbc2f934adc864c567e8e5fec41c85..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-complex-polygon-003-expected.html |
+++ /dev/null |
@@ -1,30 +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 the evenodd fillRule. The content should just fill the |
- U shape with solid green rectangles.</p> |
-</body> |
-</html> |
- |