| Index: LayoutTests/fast/shapes/shape-inside/shape-inside-image-set.html
|
| diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-image-set.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-image-set.html
|
| deleted file mode 100644
|
| index 0e81c1dd652c34d4b4cd80fc7565ccbe87dbb737..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/shapes/shape-inside/shape-inside-image-set.html
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -<style>
|
| - #image-shape-inside {
|
| - shape-inside: -webkit-image-set(url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140px' height='50px'><rect x='20' y='0' width='120' height='50' fill='blue'/></svg>") 1x);
|
| - background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140px' height='50px'><rect x='20' y='0' width='120' height='50' fill='blue'/></svg>");
|
| - background-repeat: no-repeat;
|
| - width: 150px;
|
| - height: 50px;
|
| - }
|
| -</style>
|
| -</head>
|
| -<body>
|
| - <p>The white "Hello World" should appear in the upper left of the blue rectangle.</p>
|
| - <div style="color: white">
|
| - <div id="image-shape-inside">Hello World</div>
|
| - </div>
|
| -</body>
|
| -</html>
|
|
|