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

Side by Side Diff: LayoutTests/compositing/squashing/squash-with-ancestor-blending.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 background-blend-mode: difference, normal; 6 background-blend-mode: difference, normal;
7 } 7 }
8 8
9 #composited-overlap-child { 9 #composited-overlap-child {
10 background-image: url(resources/blue.png); 10 background-image: url(resources/blue.png);
11 } 11 }
12 </style> 12 </style>
13 <script src="resources/squash-with-ancestor-property.js"></script> 13 <script src="resources/squash-with-ancestor-property.js"></script>
14 <script> 14 <script>
15 if (window.internals)
16 internals.settings.setLayerSquashingEnabled(true);
17 window.onload = generateDom; 15 window.onload = generateDom;
18 </script> 16 </script>
19 </head> 17 </head>
20 18
21 <body> 19 <body>
22 </body> 20 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698