| Index: LayoutTests/fast/shapes/shape-inside/floats/shape-inside-left-float-in-upper-right-triangle.html | 
| diff --git a/LayoutTests/fast/shapes/shape-inside/floats/shape-inside-left-float-in-upper-right-triangle.html b/LayoutTests/fast/shapes/shape-inside/floats/shape-inside-left-float-in-upper-right-triangle.html | 
| deleted file mode 100644 | 
| index be7727c2be8659240e2956c5664d6673417e5125..0000000000000000000000000000000000000000 | 
| --- a/LayoutTests/fast/shapes/shape-inside/floats/shape-inside-left-float-in-upper-right-triangle.html | 
| +++ /dev/null | 
| @@ -1,36 +0,0 @@ | 
| -<html> | 
| -<head> | 
| -<style> | 
| -    #polygon-svg-shape { | 
| -        position: absolute; | 
| -        left: 0px; | 
| -        top: 0px; | 
| -    } | 
| -    #shape-inside { | 
| -        position: absolute; | 
| -        left: 0px; | 
| -        top: 0px; | 
| -        shape-inside: polygon(0px 0px, 200px 0px, 200px 200px); | 
| -    } | 
| -    #float { | 
| -        width: 50px; | 
| -        height: 50px; | 
| -        float: left; | 
| -        background-color: yellow; | 
| -    } | 
| -</style> | 
| -</head> | 
| -<body> | 
| -    <svg id="polygon-svg-shape" xmlns="http://www.w3.org/2000/svg"> | 
| -        <polygon points="0,0 200,0 200,200" fill="#636363"></polygon> | 
| -    </svg> | 
| -    <div id="shape-inside"> | 
| -        <div id="float"></div> | 
| -    </div> | 
| -    <p style="margin-top: 200px;"> | 
| -      There is a triangle shape-inside (represented by the matching filled SVG polygon), the shape-inside contains a 50x50px yellow float left, | 
| -      the float should be at the very left and top position inside the triangle shape where it fits first. | 
| -    </p> | 
| -    <p>Bug <a href="http://webkit.org/b/102846">102846</a>: [CSS Shapes] Use the float height to determine position in shape-inside</p> | 
| -</body> | 
| -</html> | 
|  |