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

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

Issue 27061002: Fix unittests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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
6 Second dump layer tree:
7 (GraphicsLayer
8 (bounds 800.00 600.00)
9 (children 1
10 (GraphicsLayer
11 (bounds 800.00 600.00)
12 (contentsOpaque 1)
13 (drawsContent 1)
14 (children 1
15 (GraphicsLayer
16 (position 8.00 8.00)
17 (bounds 342.00 292.00)
18 (drawsContent 1)
19 (children 1
20 (GraphicsLayer
21 (position 31.00 39.00)
22 (bounds 250.00 220.00)
23 (contentsOpaque 1)
24 (drawsContent 1)
25 (backgroundColor #0000FF)
26 (children 1
27 (GraphicsLayer
28 (position 10.00 10.00)
29 (bounds 200.00 200.00)
30 (contentsOpaque 1)
31 (drawsContent 1)
32 (backgroundColor #FFFF00)
33 (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])
34 (children 1
35 (GraphicsLayer
36 (position 100.00 0.00)
37 (bounds 250.00 100.00)
38 (contentsOpaque 1)
39 (drawsContent 1)
40 (backgroundColor #008000)
41 (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])
42 )
43 )
44 )
45 )
46 )
47 )
48 )
49 )
50 )
51 )
52 )
53
54 Third dump layer tree:
55
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698