| Index: LayoutTests/http/tests/shapes/shape-outside-svg-image-shape-margin.html
|
| diff --git a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-image-shape-margin.html b/LayoutTests/http/tests/shapes/shape-outside-svg-image-shape-margin.html
|
| similarity index 91%
|
| rename from LayoutTests/fast/shapes/shape-outside-floats/shape-outside-image-shape-margin.html
|
| rename to LayoutTests/http/tests/shapes/shape-outside-svg-image-shape-margin.html
|
| index 955defa60f414ed6181b67c4ffc58abde7836193..ce41674e4159bbf19bd54e999c76659077cbcb7a 100644
|
| --- a/LayoutTests/fast/shapes/shape-outside-floats/shape-outside-image-shape-margin.html
|
| +++ b/LayoutTests/http/tests/shapes/shape-outside-svg-image-shape-margin.html
|
| @@ -33,7 +33,7 @@
|
| width: 50px;
|
| height: 180px;
|
| shape-margin: 20px;
|
| - shape-outside: url(../resources/square.png);
|
| + shape-outside: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100px' height='100px'><rect x='0' y='50' width='100' height='100' fill='blue'/></svg>");
|
| margin-right: 10px;
|
| }
|
| #ref {
|
|
|