| Index: LayoutTests/svg/custom/svg-image-par-none-viewbox-percentage-size.html
|
| diff --git a/LayoutTests/svg/custom/svg-image-par-none-no-intrinsic-size.html b/LayoutTests/svg/custom/svg-image-par-none-viewbox-percentage-size.html
|
| similarity index 63%
|
| copy from LayoutTests/svg/custom/svg-image-par-none-no-intrinsic-size.html
|
| copy to LayoutTests/svg/custom/svg-image-par-none-viewbox-percentage-size.html
|
| index 865c97ad20b1b629f52605b784145fc65b5c6e3f..59f95e8626fe08860296ce18cd653e88bb9d9a41 100644
|
| --- a/LayoutTests/svg/custom/svg-image-par-none-no-intrinsic-size.html
|
| +++ b/LayoutTests/svg/custom/svg-image-par-none-viewbox-percentage-size.html
|
| @@ -1,5 +1,5 @@
|
| <!DOCTYPE html>
|
| <svg width="100" height="200" style="background-color: red">
|
| <image width="100" height="200" preserveAspectRatio="none"
|
| - xlink:href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 200'><rect width='100' height='200' fill='green'/></svg>"/>
|
| + xlink:href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='50%' height='50%' viewBox='0 0 100 100'><rect width='100' height='100' fill='green'/></svg>"/>
|
| </svg>
|
|
|