| Index: LayoutTests/fast/shapes/shape-inside/shape-inside-empty-expected.html
 | 
| diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-empty-expected.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-empty-expected.html
 | 
| deleted file mode 100644
 | 
| index d966d79eba94437fa3c7e4b6aad8cb9627102e79..0000000000000000000000000000000000000000
 | 
| --- a/LayoutTests/fast/shapes/shape-inside/shape-inside-empty-expected.html
 | 
| +++ /dev/null
 | 
| @@ -1,40 +0,0 @@
 | 
| -<!DOCTYPE html>
 | 
| -<html>
 | 
| -<head>
 | 
| -<style>
 | 
| -    #rectangles div {
 | 
| -        width: 800px;
 | 
| -        height: 0;
 | 
| -        line-height: 20px;
 | 
| -        margin-top: 50px;
 | 
| -        border-top: 40px solid green;
 | 
| -    }
 | 
| -    #rectangles p { margin-top: 0; }
 | 
| -</style>
 | 
| -</head>
 | 
| -<body>
 | 
| -<div id="rectangles">
 | 
| -    <div style="margin-top: 0px;">
 | 
| -        <p>This text should be pushed down below the green rectangle. (There is a circle(0px at 0px 0px) shape-inside CSS property on the green rectangle.)</p>
 | 
| -    </div>
 | 
| -    <div>
 | 
| -        <p>This text should be pushed down below the green rectangle. (There is an ellipse(0px 1em at 0px 0px) shape-inside CSS property on the green rectangle.)</p>
 | 
| -    </div>
 | 
| -    <div>
 | 
| -        <p>This text should be pushed down below the green rectangle. (There is an ellipse(1em 0px at 0px 0px) shape-inside CSS property on the green rectangle.)</p>
 | 
| -    </div>
 | 
| -    <div>
 | 
| -        <p>This text should be pushed down below the green rectangle. (There is a polygon(0px 0px) shape-inside CSS property on the green rectangle.)</p>
 | 
| -    </div>
 | 
| -    <div>
 | 
| -       <p>This text should be pushed down below the green rectangle. (There is a polygon(0px 0px, 1em 0px) shape-inside CSS property on the green rectangle.)</p>
 | 
| -    </div>
 | 
| -</div>
 | 
| -
 | 
| -<p style="margin-top: 50px;">
 | 
| -    A dimension of every shape-inside on this page is defined to 0. Based on the CSS Exclusions specification: The 'shape-inside' property adds one or more exclusion areas to the element's wrapping context.
 | 
| -    This modifies the normal rectangular shape of the content area to a possibly non-rectangular wrapping area. The exclusion areas are defined by subtracting the shape from the element's content area.<br/>
 | 
| -    Every text on this page should be pushed down below its green rectangle.
 | 
| -</p>
 | 
| -</body>
 | 
| -</html>
 | 
| 
 |