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

Side by Side Diff: LayoutTests/platform/win/virtual/softwarecompositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt

Issue 348583003: Auto-rebaseline for r176651 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
(Empty)
1 This content is in the parent
2 Box should switch between perspective and flat
3
4 First dump layer tree:
5 (GraphicsLayer
6 (bounds 800.00 600.00)
7 (children 1
8 (GraphicsLayer
9 (bounds 800.00 600.00)
10 (contentsOpaque 1)
11 (drawsContent 1)
12 )
13 )
14 )
15
16 Second dump layer tree:
17 (GraphicsLayer
18 (bounds 800.00 600.00)
19 (children 1
20 (GraphicsLayer
21 (bounds 800.00 600.00)
22 (contentsOpaque 1)
23 (drawsContent 1)
24 (children 1
25 (GraphicsLayer
26 (position 8.00 8.00)
27 (bounds 342.00 292.00)
28 (drawsContent 1)
29 (children 1
30 (GraphicsLayer
31 (position 31.00 39.00)
32 (bounds 250.00 220.00)
33 (contentsOpaque 1)
34 (drawsContent 1)
35 (backgroundColor #0000FF)
36 (children 1
37 (GraphicsLayer
38 (position 10.00 10.00)
39 (bounds 200.00 200.00)
40 (contentsOpaque 1)
41 (drawsContent 1)
42 (backgroundColor #FFFF00)
43 (transform [0.87 0.50 0.00 0.00] [-0.50 0.87 0.00 0.00] [0.00 0.00 1.00 0.00] [0.00 0.00 0.00 1.00])
44 (children 1
45 (GraphicsLayer
46 (position 100.00 0.00)
47 (bounds 250.00 100.00)
48 (contentsOpaque 1)
49 (drawsContent 1)
50 (backgroundColor #008000)
51 (transform [0.50 0.00 -0.87 0.00] [0.00 1.00 0.00 0.00] [0 .87 0.00 0.50 -0.00] [-30.00 30.00 100.00 0.75])
52 )
53 )
54 )
55 )
56 )
57 )
58 )
59 )
60 )
61 )
62 )
63
64 Third dump layer tree:
65 (GraphicsLayer
66 (bounds 1007.00 1226.00)
67 (children 1
68 (GraphicsLayer
69 (bounds 1007.00 1226.00)
70 (contentsOpaque 1)
71 (drawsContent 1)
72 )
73 )
74 )
75
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698