| Index: LayoutTests/fast/shapes/shape-inside/shape-inside-rectilinear-polygon-002.html | 
| diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-rectilinear-polygon-002.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-rectilinear-polygon-002.html | 
| deleted file mode 100644 | 
| index 431a5d8281047a2656c92e62623df9132e4acb03..0000000000000000000000000000000000000000 | 
| --- a/LayoutTests/fast/shapes/shape-inside/shape-inside-rectilinear-polygon-002.html | 
| +++ /dev/null | 
| @@ -1,34 +0,0 @@ | 
| -<!DOCTYPE html> | 
| -<html> | 
| -<head> | 
| -<script src="../resources/subpixel-utils.js"></script> | 
| -<script src="../resources/simple-polygon.js"></script> | 
| -<script> | 
| -    // Rectilinear polygon with this shape: | 
| -    //   XXX | 
| -    // XXXXXXX | 
| -    // XXXXXXX | 
| -    //   XXX | 
| -    var vertices = [{x:0, y:50}, {x:100, y:50}, {x:100, y:0}, {x:250, y:0}, {x:250, y:50}, {x:350, y:50}, {x:350, y:150}, {x:250, y:150}, {x:250, y:200}, {x:100, y:200}, {x:100, y:150}, {x:0, y:150}]; | 
| -    var lineHeight = 50; | 
| -</script> | 
| - | 
| -<style id="stylesheet"> | 
| -    #polygon-shape-inside, #polygon-svg-shape { | 
| -        position: absolute; | 
| -        left: 0px; | 
| -        top: 0px; | 
| -    } | 
| -</style> | 
| -</head> | 
| - | 
| -<body onload="createPolygonShapeInsideTestCase();"> | 
| -  <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 rectilinear 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> | 
|  |