Chromium Code Reviews| Index: LayoutTests/svg/as-image/set-img-height-expected.html |
| diff --git a/LayoutTests/svg/as-image/set-img-height-expected.html b/LayoutTests/svg/as-image/set-img-height-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..dbfc6e42d30ce08b324e7bd384f47f67e27d8f02 |
| --- /dev/null |
| +++ b/LayoutTests/svg/as-image/set-img-height-expected.html |
| @@ -0,0 +1,12 @@ |
| +<!doctype html> |
| +<style> |
| +#scaleMe { |
| + width:100px; |
| + height:100px; |
| +} |
| +</style> |
| +<body> |
| +<div> |
| + <img id="scaleMe" src="resources/default-profile.svg"/> |
|
pdr.
2014/03/24 16:03:58
<img> is one of those weird not-self-closing tags.
|
| +</div> |
| +</body> |