| Index: LayoutTests/fast/shapes/shape-inside/shape-inside-simple-polygon-002.html | 
| diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-simple-polygon-002.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-simple-polygon-002.html | 
| deleted file mode 100644 | 
| index eda0261b82ad636179d1a6e7b9d411e7e51a1869..0000000000000000000000000000000000000000 | 
| --- a/LayoutTests/fast/shapes/shape-inside/shape-inside-simple-polygon-002.html | 
| +++ /dev/null | 
| @@ -1,35 +0,0 @@ | 
| -<!DOCTYPE html> | 
| -<html> | 
| -<head> | 
| -<script src="../resources/subpixel-utils.js"></script> | 
| -<script src="../resources/simple-polygon.js"></script> | 
| -<script> | 
| -    // Concave assymetric simple polygon with horizontal top and bottom edges.  Similar to test 001 | 
| -    // but with a single right edge. | 
| -    var vertices = [{x:40, y:40}, {x:440, y:40}, {x:480, y:320}, {x:80, y:320}, {x:200, y:200}]; | 
| -    var lineHeight = 40; | 
| - | 
| -    function init() { | 
| -        createPolygonShapeInsideTestCase(); | 
| -    } | 
| -</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> | 
|  |