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

Side by Side Diff: LayoutTests/compositing/squashing/move-squashing-layer-expected.txt

Issue 183833020: Re-land "Drop background color optimization for composited layers" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Make Mac test bot pass 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
OLDNEW
1 This tests that squashed layers' offset from renderer is updated properly. If no t properly updated, the two divs will appear to be aligned vertically in the pix el results, while really the blue div ('squashed') should be offset 100px left o f the green ('host'). 1 This tests that squashed layers' offset from renderer is updated properly. If no t properly updated, the two divs will appear to be aligned vertically in the pix el results, while really the blue div ('squashed') should be offset 100px left o f the green ('host').
2 2
3 (GraphicsLayer 3 (GraphicsLayer
4 (bounds 800.00 600.00) 4 (bounds 800.00 600.00)
5 (children 1 5 (children 1
6 (GraphicsLayer 6 (GraphicsLayer
7 (bounds 800.00 600.00) 7 (bounds 800.00 600.00)
8 (contentsOpaque 1) 8 (contentsOpaque 1)
9 (drawsContent 1) 9 (drawsContent 1)
10 (children 2 10 (children 2
11 (GraphicsLayer 11 (GraphicsLayer
12 (position 8.00 50.00) 12 (position 8.00 50.00)
13 (bounds 100.00 100.00) 13 (bounds 100.00 100.00)
14 (contentsOpaque 1) 14 (contentsOpaque 1)
15 (drawsContent 1)
16 (backgroundColor #FFFF00)
15 ) 17 )
16 (GraphicsLayer 18 (GraphicsLayer
17 (children 2 19 (children 2
18 (GraphicsLayer 20 (GraphicsLayer
19 (position 100.00 100.00) 21 (position 100.00 100.00)
20 (bounds 100.00 100.00) 22 (bounds 100.00 100.00)
21 (contentsOpaque 1) 23 (contentsOpaque 1)
24 (drawsContent 1)
25 (backgroundColor #008000)
22 ) 26 )
23 (GraphicsLayer 27 (GraphicsLayer
24 (position 8.00 8.00) 28 (position 8.00 8.00)
25 (bounds 100.00 100.00) 29 (bounds 100.00 100.00)
26 (drawsContent 1) 30 (drawsContent 1)
27 ) 31 )
28 ) 32 )
29 ) 33 )
30 ) 34 )
31 ) 35 )
32 ) 36 )
33 ) 37 )
34 38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698