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

Side by Side 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 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <style>
5 .content > div {
6 float: left;
7 margin: 10px;
8 }
9 </style>
10 </head>
11 <body>
12 <p>Test that mix-blend-mode multiply works for layers that are clipped with ov erflow hidden.</p>
13 <p>This test passes if you can see two black squares.</p>
14 <div class="content">
15 <div style="width: 300px; height: 300px; background-color: black;"></div>
16 <div style="width: 300px; height: 300px; background-color: black;"></div>
17 </div>
18 </body>
19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698