Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(354)

Unified Diff: third_party/WebKit/LayoutTests/fast/backgrounds/background-svg-scaling-zoom.html

Issue 2323853002: SVGImageForContainer::imageForCurrentFrame() needs to account for zoom (Closed)
Patch Set: expectations Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698