| Index: LayoutTests/svg/as-image/same-source-different-height-expected.html
|
| diff --git a/LayoutTests/svg/as-image/same-source-different-height-expected.html b/LayoutTests/svg/as-image/same-source-different-height-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4783e3e292f91c0f4e496e4c9e89ca4047283194
|
| --- /dev/null
|
| +++ b/LayoutTests/svg/as-image/same-source-different-height-expected.html
|
| @@ -0,0 +1,11 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| + <head>
|
| + <title>Same SVG source, different image heights</title>
|
| + </head>
|
| + <body>
|
| + <p>There should be <em>two</em> blue circles below.</p>
|
| + <img src="resources/circle.svg" type="image/svg+xml" style="width:100px; height:300px;">
|
| + <img src="resources/circle.svg?different-url" type="image/svg+xml" style="width:100px; height:100px;">
|
| + </body>
|
| +</html>
|
|
|