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

Side by Side Diff: trunk/LayoutTests/compositing/squashing/squashed-layer-color-update-expected.html

Issue 201153013: Revert 169395 "Set geometry dirty bits on composited layer mappi..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 .squashed {
6 height: 40px;
7 width: 40px;
8 background-color: lightgreen;
9 position: absolute;
10 top: 90px;
11 }
12 .composited {
13 position: absolute;
14 margin-top: 5px;
15 height: 100px;
16 width: 100px;
17 background-color: lightblue;
18 }
19 #target3 {
20 background-color: green;
21 }
22 </style>
23 </head>
24 <body>
25 <div id="target2" class="second composited">
26 </div>
27 <div id="target3" class="squashed"></div>
28 </body>
29 </html>
OLDNEW
« no previous file with comments | « trunk/LayoutTests/compositing/squashing/squashed-layer-color-update.html ('k') | trunk/Source/core/rendering/RenderLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698