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

Side by Side Diff: LayoutTests/compositing/squashing/squash-with-ancestor-mask-expected.html

Issue 785333002: Delete the Layer Squashing runtime feature. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <head> 2 <head>
3 <link rel="stylesheet" href="resources/squash-with-ancestor-property.css"> 3 <link rel="stylesheet" href="resources/squash-with-ancestor-property.css">
4 <style> 4 <style>
5 #ancestor { 5 #ancestor {
6 -webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0 )); 6 -webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0 ));
7 } 7 }
8 </style> 8 </style>
9 <script src="resources/squash-with-ancestor-property.js"></script> 9 <script src="resources/squash-with-ancestor-property.js"></script>
10 <script> 10 <script>
11 if (window.internals)
12 internals.settings.setLayerSquashingEnabled(false);
13 window.onload = generateDom; 11 window.onload = generateDom;
14 </script> 12 </script>
15 </head> 13 </head>
16 14
17 <body> 15 <body>
18 </body> 16 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698