Index: LayoutTests/svg/as-image/overflow-auto-expected.html |
diff --git a/LayoutTests/svg/as-image/overflow-auto-expected.html b/LayoutTests/svg/as-image/overflow-auto-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a10e1a70b28ffed96f1cc27f774fb07815e79b23 |
--- /dev/null |
+++ b/LayoutTests/svg/as-image/overflow-auto-expected.html |
@@ -0,0 +1,18 @@ |
+<!doctype html> |
+<html> |
+ <head> |
+ <style type="text/css"> |
+ .test-class { |
+ margin: 50px auto; |
+ background-size: contain; |
+ } |
+ </style> |
+ </head> |
+ <body> |
+ <div style="width: 100%;"> |
+ <img class="test-class" style="width:60px; height:60px;" src="resources/overflow-hidden.svg"> |
+ <img class="test-class" style="width:40px; height:40px;" src="resources/overflow-hidden.svg"> |
+ <img class="test-class" style="width:28px; height:28px;" src="resources/overflow-hidden.svg"> |
+ </div> |
+ </body> |
+</html> |