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

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

Powered by Google App Engine
This is Rietveld 408576698