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

Side by Side Diff: third_party/WebKit/LayoutTests/css3/blending/mix-blend-mode-background-size.html

Issue 2564423003: [Blink>Paint] Document element cannot always omit isolation (Closed)
Patch Set: Created 4 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
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html style="background: olive;">
3 <head> 3 <head>
4 <style> 4 <style>
5 div { 5 div {
6 width: 60px; 6 width: 60px;
7 height: 60px; 7 height: 60px;
8 } 8 }
9 </style> 9 </style>
10 <body style="background: olive;"> 10 <body style="background: olive; position: relative; z-index: 0;">
11 <div style="background: red; mix-blend-mode: multiply"></div> 11 <div style="background: red; mix-blend-mode: multiply"></div>
12 </body> 12 </body>
13 </html> 13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698