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..f4e1c00cf8694cc5c82bf06808c0a5198c484a59 |
--- /dev/null |
+++ b/LayoutTests/svg/as-image/set-img-height-expected.html |
@@ -0,0 +1,13 @@ |
+<!doctype html> |
+<style> |
+#scaleMe { |
+ width:100px; |
+ height:100px; |
+ background:yellow; |
+} |
+</style> |
+<body> |
+<div> |
+ <img id="scaleMe" src="resources/circle-200px-none.svg"> |
+</div> |
+</body> |