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

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

Issue 17390003: CSS Background Blending doesn't work for svg layers. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/css3/compositing/background-blend-mode-svg-color.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/compositing/background-blend-mode-image-svg.html
diff --git a/LayoutTests/css3/compositing/background-blend-mode-image-color.html b/LayoutTests/css3/compositing/background-blend-mode-image-svg.html
similarity index 90%
copy from LayoutTests/css3/compositing/background-blend-mode-image-color.html
copy to LayoutTests/css3/compositing/background-blend-mode-image-svg.html
index 8f7d7e27a3ddd6e9fe75d0f9d31fb9112078a5a7..f56055f68dbf66aaee666a867b575382bd1d20d7 100644
--- a/LayoutTests/css3/compositing/background-blend-mode-image-color.html
+++ b/LayoutTests/css3/compositing/background-blend-mode-image-svg.html
@@ -6,11 +6,11 @@
margin: 5px;
width: 130px;
height: 130px;
- background: url('resources/ducky.png') no-repeat 0 0 /100% 100%, green;
+ background: url('resources/ducky.png') no-repeat 0 0 /100% 100%, url('resources/blue-circle.svg');
float: left;
}
</style>
-<!-- This file should contain on image on top of a background color for every type of blending -->
+<!-- This file should contain a duck on top of an svg with every type of blending. -->
<body>
<div style="background-blend-mode: normal, normal"></div>
<div style="background-blend-mode: multiply, normal"></div>
@@ -29,4 +29,4 @@
<div style="background-blend-mode: color, normal"></div>
<div style="background-blend-mode: luminosity, normal"></div>
</body>
-</html>
+
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/css3/compositing/background-blend-mode-svg-color.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698