Index: LayoutTests/fast/shapes/shape-inside/shape-inside-regular-polygon16-expected.html |
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-regular-polygon16-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-regular-polygon16-expected.html |
deleted file mode 100644 |
index d0c69729ec673b67a6dc42d6b5583eb5e0b16a2c..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-regular-polygon16-expected.html |
+++ /dev/null |
@@ -1,33 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
-<script src="../resources/subpixel-utils.js"></script> |
-<script src="../resources/simple-polygon.js"></script> |
-<script> |
- var vertices = createRegularPolygonVertices(400, 16); // 400x400 16 sided regular polygon |
- var lineHeight = 40; |
- |
- function init() { |
- createPolygonShapeInsideTestCaseExpected(); |
- } |
-</script> |
- |
-<style id="stylesheet"> |
- #polygon-shape-inside, #polygon-svg-shape { |
- position: absolute; |
- left: 0px; |
- top: 0px; |
- } |
-</style> |
-</head> |
- |
-<body onload="init()"> |
- <svg id="polygon-svg-shape" xmlns="http://www.w3.org/2000/svg"></svg> |
- <div id="polygon-shape-inside"></div> |
- <p id="informative-text"> |
- This test requires the Ahem font. It creates a polygonal shape-inside and a matching |
- filled SVG polygon. The content should just fill the shape with alternating black and |
- empty rectangles on each line.</p> |
-</body> |
- |
-</html> |