| Index: LayoutTests/fast/shapes/shape-inside/shape-inside-empty.html | 
| diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-empty.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-empty.html | 
| index 7510f1e7adfdcd490e06c81ca8ea87bed473a0f6..2207aa1ae68baefaf6504e3bcd4546d5f3609fef 100644 | 
| --- a/LayoutTests/fast/shapes/shape-inside/shape-inside-empty.html | 
| +++ b/LayoutTests/fast/shapes/shape-inside/shape-inside-empty.html | 
| @@ -10,14 +10,6 @@ | 
| background-color: green; | 
| } | 
|  | 
| -    #shape-inside-rectangle-width0 { | 
| -        shape-inside: rectangle(0px, 0px, 0px, 1em); | 
| -    } | 
| - | 
| -    #shape-inside-rectangle-height0 { | 
| -        shape-inside: rectangle(0px, 0px, 1em, 0px); | 
| -    } | 
| - | 
| #shape-inside-circle-radius0 { | 
| shape-inside: circle(0px at 0px 0px); | 
| } | 
| @@ -41,13 +33,7 @@ | 
| </head> | 
| <body> | 
| <div id="rectangles"> | 
| -    <p id="shape-inside-rectangle-width0" style="margin-top: 0px;"> | 
| -        This text should be pushed down below the green rectangle. (There is a rectangle(0px, 0px, 0px, 1em) shape-inside CSS property on the green rectangle.) | 
| -    </p> | 
| -    <p id="shape-inside-rectangle-height0"> | 
| -        This text should be pushed down below the green rectangle. (There is a rectangle(0px, 0px, 1em, 0px) shape-inside CSS property on the green rectangle.) | 
| -    </p> | 
| -    <p id="shape-inside-circle-radius0"> | 
| +    <p id="shape-inside-circle-radius0" style="margin-top: 0px;"> | 
| 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> | 
| <p id="shape-inside-ellipse-radiusX0"> | 
|  |