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

Unified Diff: LayoutTests/css3/compositing/mix-blend-mode-multiply.html

Issue 23511004: mix-blend-mode implementation for accelerated layers - blink part (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: removed a failing reftest dependent on render-compositor bindings Created 7 years 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/mix-blend-mode-multiply.html
diff --git a/LayoutTests/css3/compositing/mix-blend-mode-multiply.html b/LayoutTests/css3/compositing/mix-blend-mode-multiply.html
index 5bd97330039a1221c1484117c6bd544f9b9f9af6..0b001be7fbbe93ff0800e3aa72545d0d3bea2abf 100644
--- a/LayoutTests/css3/compositing/mix-blend-mode-multiply.html
+++ b/LayoutTests/css3/compositing/mix-blend-mode-multiply.html
@@ -8,6 +8,7 @@
height: 60px;
float: left;
margin-left: 10px;
+ isolation: isolate;
}
.child {
width: 60px;

Powered by Google App Engine
This is Rietveld 408576698