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

Unified Diff: LayoutTests/css3/compositing/background-blend-mode-image-svg.html

Issue 308643002: Teach SVGImage::containerSize() to deduce intrinsic values (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@remove-text-zoom-factor
Patch Set: computeIntrinsicRatioInformation does not always write to intrinsicRatio; take care to init it Created 6 years, 6 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: LayoutTests/css3/compositing/background-blend-mode-image-svg.html
diff --git a/LayoutTests/css3/compositing/background-blend-mode-image-svg.html b/LayoutTests/css3/compositing/background-blend-mode-image-svg.html
index f56055f68dbf66aaee666a867b575382bd1d20d7..9ade1d7433b67632d85a2d54525341d2736ee320 100644
--- a/LayoutTests/css3/compositing/background-blend-mode-image-svg.html
+++ b/LayoutTests/css3/compositing/background-blend-mode-image-svg.html
@@ -6,7 +6,7 @@
margin: 5px;
width: 130px;
height: 130px;
- background: url('resources/ducky.png') no-repeat 0 0 /100% 100%, url('resources/blue-circle.svg');
+ background: url('resources/ducky.png') no-repeat 0 0 /100% 100%, url('resources/blue-circle.svg') 0 0 / 100% 100%;
float: left;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698