| Index: LayoutTests/svg/as-image/same-image-two-instances.html
|
| diff --git a/LayoutTests/svg/as-image/same-image-two-instances.html b/LayoutTests/svg/as-image/same-image-two-instances.html
|
| index 6d981abd87df8f7bb207a45c9ad2297d1d62f017..0ddaf68bea28addcbf587909b808f8df910a42fb 100644
|
| --- a/LayoutTests/svg/as-image/same-image-two-instances.html
|
| +++ b/LayoutTests/svg/as-image/same-image-two-instances.html
|
| @@ -1,23 +1,23 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| - <style>
|
| - img {
|
| - /* background-color: #EBF; */
|
| - border: 2px dashed maroon;
|
| - height: 50px;
|
| - left: 100px;
|
| - overflow: visible;
|
| - padding: 3px;
|
| - top: 20px;
|
| - width: 200px;
|
| - box-sizing: border-box;
|
| - }
|
| - </style>
|
| -</head>
|
| -<body>
|
| - <!-- None of these images must look distorted -->
|
| - <img src="resources/circle-default-default.svg" />
|
| - <img style="width: 100px; height: 100px" src="resources/circle-default-default.svg"/>
|
| -</body>
|
| -</html>
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<head>
|
| + <style>
|
| + img {
|
| + /* background-color: #EBF; */
|
| + border: 2px dashed maroon;
|
| + height: 50px;
|
| + left: 100px;
|
| + overflow: visible;
|
| + padding: 3px;
|
| + top: 20px;
|
| + width: 200px;
|
| + box-sizing: border-box;
|
| + }
|
| + </style>
|
| +</head>
|
| +<body>
|
| + <!-- None of these images must look distorted -->
|
| + <img src="resources/circle-default-default.svg" />
|
| + <img style="width: 100px; height: 100px" src="resources/circle-default-default.svg"/>
|
| +</body>
|
| +</html>
|
|
|