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

Side by Side Diff: LayoutTests/compositing/squashing/clip-to-squashed-layer-size.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 <script>
3 // Checks that when painting squashed layers, contents are clipped to the si ze of the squashed layer.
4 if (window.internals)
5 internals.settings.setLayerSquashingEnabled(true);
6 </script>
7 </head> 2 </head>
8 <body> 3 <body>
9 <div style=" width: 1px; height: 100px; transform: translateZ(0px); position:a bsolute; top:0px; background-color: lightgray"> 4 <div style=" width: 1px; height: 100px; transform: translateZ(0px); position:a bsolute; top:0px; background-color: lightgray">
10 </div> 5 </div>
11 <div style="width: 10px; height: 10px; overflow: hidden; position: absolute; l eft: 0px; top: 0px; "> 6 <div style="width: 10px; height: 10px; overflow: hidden; position: absolute; l eft: 0px; top: 0px; ">
12 <div style="height: 100px; width:100px; background-color:lightgreen" /> 7 <div style="height: 100px; width:100px; background-color:lightgreen" />
13 </div> 8 </div>
14 </div> 9 </div>
15 <div style="left: 0px; height: 9px; width: 9px; position:absolute; top:99px; b ackground-color: blue"> 10 <div style="left: 0px; height: 9px; width: 9px; position:absolute; top:99px; b ackground-color: blue">
16 </body> 11 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698