Index: third_party/WebKit/LayoutTests/fast/backgrounds/background-svg-scaling-zoom.html |
diff --git a/third_party/WebKit/LayoutTests/fast/backgrounds/background-svg-scaling.html b/third_party/WebKit/LayoutTests/fast/backgrounds/background-svg-scaling-zoom.html |
similarity index 97% |
copy from third_party/WebKit/LayoutTests/fast/backgrounds/background-svg-scaling.html |
copy to third_party/WebKit/LayoutTests/fast/backgrounds/background-svg-scaling-zoom.html |
index 8e6f86c99f30e24e6a07e3fc22f95961740303d2..0169fc4ab9f9d50cdc2f65761a0debe2f26bf3d6 100644 |
--- a/third_party/WebKit/LayoutTests/fast/backgrounds/background-svg-scaling.html |
+++ b/third_party/WebKit/LayoutTests/fast/backgrounds/background-svg-scaling-zoom.html |
@@ -2,6 +2,10 @@ |
<style> |
+body { |
+ zoom: 0.5; |
+} |
+ |
div { |
display: inline-block; |
border-radius: 1px; |