| Index: LayoutTests/fast/shapes/shape-inside/shape-inside-image-003.html
 | 
| diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-image-003.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-image-003.html
 | 
| deleted file mode 100644
 | 
| index 222985c3c4bb0ebff66def2aeaef5d9f5938a0d9..0000000000000000000000000000000000000000
 | 
| --- a/LayoutTests/fast/shapes/shape-inside/shape-inside-image-003.html
 | 
| +++ /dev/null
 | 
| @@ -1,22 +0,0 @@
 | 
| -<!DOCTYPE html>
 | 
| -<html>
 | 
| -<head>
 | 
| -<style>
 | 
| -#image-shape {
 | 
| -    font: 50px/1 Ahem, sans-serif;
 | 
| -    color: green;
 | 
| -    width: 250px;
 | 
| -    height: 350px;
 | 
| -    shape-inside: url("../resources/svg-shape-001.svg");
 | 
| -    background-image: url("../resources/svg-shape-001.svg");
 | 
| -    background-repeat: no-repeat;
 | 
| -}
 | 
| -</style>
 | 
| -<body>
 | 
| -  <p id="informative-text">
 | 
| -    This test requires the Ahem font. It uses svg-shape-001.svg to define a shape-inside. 
 | 
| -    The content should just cover the blue background shape with solid green.</p>
 | 
| -
 | 
| -  <div id="image-shape">XXXXX XXX X XXX XXXXX</div>
 | 
| -</body>
 | 
| -</html>
 | 
| 
 |