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

Unified Diff: LayoutTests/css3/compositing/background-blend-mode-svg-color.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: Lower timeout and use expandedIntSize 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-svg-color.html
diff --git a/LayoutTests/css3/compositing/background-blend-mode-svg-color.html b/LayoutTests/css3/compositing/background-blend-mode-svg-color.html
index 0ba66f5da8f37b74872860be6d4ff6a557b6c455..80d412e638c5fab84dffa1520681577fad8a768e 100644
--- a/LayoutTests/css3/compositing/background-blend-mode-svg-color.html
+++ b/LayoutTests/css3/compositing/background-blend-mode-svg-color.html
@@ -5,8 +5,8 @@
div {
width: 130px;
height: 130px;
- background-size: 130px 130px;
background: url('resources/blue-circle.svg'), green;
+ background-size: 130px 130px;
float: left;
margin: 5px;
}

Powered by Google App Engine
This is Rietveld 408576698