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

Side by Side Diff: LayoutTests/css3/filters/backdrop-filter-rendering-no-background-expected.html

Issue 1327973002: blink: Layers that have a backdrop-filter paints contents Base URL: https://chromium.googlesource.com/chromium/blink.git@wk-bf
Patch Set: check for backdrop filter in more places Created 5 years, 3 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 5
6 div { 6 div {
7 width: 100px; 7 width: 100px;
8 height: 100px; 8 height: 100px;
9 position :absolute; 9 position :absolute;
10 } 10 }
(...skipping 12 matching lines...) Expand all
23 background: #ACACAC; 23 background: #ACACAC;
24 } 24 }
25 25
26 </style> 26 </style>
27 </head> 27 </head>
28 <body> 28 <body>
29 <div class="background_object"></div> 29 <div class="background_object"></div>
30 <div class="grayscale"></div> 30 <div class="grayscale"></div>
31 </body> 31 </body>
32 </html> 32 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698