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

Unified Diff: LayoutTests/css3/compositing/mix-blend-mode-has-ancestor-clipping-layer-expected.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: Created 7 years, 1 month 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-has-ancestor-clipping-layer-expected.html
diff --git a/LayoutTests/css3/compositing/mix-blend-mode-has-ancestor-clipping-layer-expected.html b/LayoutTests/css3/compositing/mix-blend-mode-has-ancestor-clipping-layer-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..3b93945a9a1635dc0455627a0b014e260afaedf1
--- /dev/null
+++ b/LayoutTests/css3/compositing/mix-blend-mode-has-ancestor-clipping-layer-expected.html
@@ -0,0 +1,19 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+<style>
+ .content > div {
+ float: left;
+ margin: 10px;
+ }
+</style>
+</head>
+<body>
+ <p>Test that mix-blend-mode multiply works for layers that are clipped with overflow hidden.</p>
+ <p>This test passes if you can see two black squares.</p>
+ <div class="content">
+ <div style="width: 300px; height: 300px; background-color: black;"></div>
+ <div style="width: 300px; height: 300px; background-color: black;"></div>
+ </div>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698