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

Side by Side Diff: LayoutTests/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-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 Not scaled:
2 (GraphicsLayer
3 (bounds 785.00 4016.00)
4 (children 1
5 (GraphicsLayer
6 (bounds 785.00 4016.00)
7 (contentsOpaque 1)
8 (drawsContent 1)
9 (children 2
10 (GraphicsLayer
11 (position 600.00 0.00)
12 (bounds 10.00 10.00)
13 (contentsOpaque 1)
14 (drawsContent 1)
15 (backgroundColor #C0C0C0)
16 )
17 (GraphicsLayer
18 (bounds 10.00 10.00)
19 (contentsOpaque 1)
20 (drawsContent 1)
21 (backgroundColor #C0C0C0)
22 )
23 )
24 )
25 )
26 )
27 Scale=0.5:
28 (GraphicsLayer
29 (bounds 785.00 4016.00)
30 (children 1
31 (GraphicsLayer
32 (bounds 785.00 4016.00)
33 (contentsOpaque 1)
34 (drawsContent 1)
35 (children 4
36 (GraphicsLayer
37 (position 8.00 1008.00)
38 (bounds 10.00 10.00)
39 (contentsOpaque 1)
40 (drawsContent 1)
41 (backgroundColor #C0C0C0)
42 )
43 (GraphicsLayer
44 (position 1000.00 0.00)
45 (bounds 10.00 10.00)
46 (contentsOpaque 1)
47 (drawsContent 1)
48 (backgroundColor #C0C0C0)
49 )
50 (GraphicsLayer
51 (position 600.00 0.00)
52 (bounds 10.00 10.00)
53 (contentsOpaque 1)
54 (drawsContent 1)
55 (backgroundColor #C0C0C0)
56 )
57 (GraphicsLayer
58 (bounds 10.00 10.00)
59 (contentsOpaque 1)
60 (drawsContent 1)
61 (backgroundColor #C0C0C0)
62 )
63 )
64 )
65 )
66 )
67 Scale=1.5:
68 (GraphicsLayer
69 (bounds 785.00 4016.00)
70 (children 1
71 (GraphicsLayer
72 (bounds 785.00 4016.00)
73 (contentsOpaque 1)
74 (drawsContent 1)
75 (children 1
76 (GraphicsLayer
77 (bounds 10.00 10.00)
78 (contentsOpaque 1)
79 (drawsContent 1)
80 (backgroundColor #C0C0C0)
81 )
82 )
83 )
84 )
85 )
86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698