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

Side by Side Diff: LayoutTests/platform/win/virtual/softwarecompositing/geometry/layer-due-to-layer-children-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 242.00 192.00)
28 (drawsContent 1)
29 (children 1
30 (GraphicsLayer
31 (position 121.00 39.00)
32 (bounds 250.00 100.00)
33 (contentsOpaque 1)
34 (drawsContent 1)
35 (backgroundColor #008000)
36 (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])
37 )
38 )
39 )
40 )
41 )
42 )
43 )
44
45 Third dump layer tree:
46 (GraphicsLayer
47 (bounds 944.00 841.00)
48 (children 1
49 (GraphicsLayer
50 (bounds 944.00 841.00)
51 (contentsOpaque 1)
52 (drawsContent 1)
53 )
54 )
55 )
56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698