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

Side by Side Diff: LayoutTests/compositing/geometry/layer-due-to-layer-children-switch-expected.txt

Issue 15973002: Remove NonCompositedContentHost -- Take 2 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: adding back annotation. final rebase. Created 7 years, 6 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
1 This content is in the parent 1 This content is in the parent
2 Box should switch between perspective and flat 2 Box should switch between perspective and flat
3 3
4 First dump layer tree: 4 First dump layer tree:
5 5
6 Second dump layer tree: 6 Second dump layer tree:
7 (GraphicsLayer 7 (GraphicsLayer
8 (bounds 800.00 600.00) 8 (bounds 800.00 600.00)
9 (children 1 9 (children 1
10 (GraphicsLayer 10 (GraphicsLayer
11 (bounds 800.00 600.00) 11 (bounds 800.00 600.00)
12 (contentsOpaque 1) 12 (contentsOpaque 1)
13 (drawsContent 1)
13 (children 1 14 (children 1
14 (GraphicsLayer 15 (GraphicsLayer
15 (position 8.00 8.00) 16 (position 8.00 8.00)
16 (bounds 242.00 192.00) 17 (bounds 242.00 192.00)
17 (drawsContent 1) 18 (drawsContent 1)
18 (children 1 19 (children 1
19 (GraphicsLayer 20 (GraphicsLayer
20 (position 121.00 39.00) 21 (position 121.00 39.00)
21 (bounds 250.00 100.00) 22 (bounds 250.00 100.00)
22 (contentsOpaque 1) 23 (contentsOpaque 1)
23 (drawsContent 1) 24 (drawsContent 1)
24 (backgroundColor #008000) 25 (backgroundColor #008000)
25 (transform [0.71 0.00 -0.71 0.00] [0.00 1.00 0.00 0.00] [0.71 0.00 0.71 -0.00] [-50.00 10.00 100.00 0.83]) 26 (transform [0.71 0.00 -0.71 0.00] [0.00 1.00 0.00 0.00] [0.71 0.00 0.71 -0.00] [-50.00 10.00 100.00 0.83])
26 ) 27 )
27 ) 28 )
28 ) 29 )
29 ) 30 )
30 ) 31 )
31 ) 32 )
32 ) 33 )
33 34
34 Third dump layer tree: 35 Third dump layer tree:
35 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698