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

Side by Side Diff: LayoutTests/virtual/softwarecompositing/overflow/overflow-scrollbar-layers-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
1 (GraphicsLayer 1 {
2 (bounds 800.00 600.00) 2 "bounds": [800, 600],
3 (children 1 3 "children": [
4 (GraphicsLayer 4 {
5 (bounds 800.00 600.00) 5 "bounds": [800, 600],
6 (contentsOpaque 1) 6 "contentsOpaque": true,
7 (drawsContent 1) 7 "drawsContent": true,
8 (children 4 8 "children": [
9 (GraphicsLayer 9 {
10 (position 8.00 13.00) 10 "position": [8, 13],
11 (bounds 100.00 100.00) 11 "bounds": [100, 100],
12 (drawsContent 1) 12 "drawsContent": true,
13 (children 2 13 "children": [
14 (GraphicsLayer 14 {
15 (bounds 85.00 100.00) 15 "bounds": [85, 100],
16 (children 1 16 "children": [
17 (GraphicsLayer 17 {
18 (bounds 10.00 200.00) 18 "bounds": [10, 200]
19 ) 19 }
20 ) 20 ]
21 ) 21 },
22 (GraphicsLayer 22 {
23 (position 85.00 0.00) 23 "position": [85, 0],
24 (bounds 15.00 100.00) 24 "bounds": [15, 100],
25 (drawsContent 1) 25 "drawsContent": true
26 ) 26 }
27 ) 27 ]
28 ) 28 },
29 (GraphicsLayer 29 {
30 (position 8.00 13.00) 30 "position": [8, 13],
31 (bounds 100.00 100.00) 31 "bounds": [100, 100],
32 (drawsContent 1) 32 "drawsContent": true,
33 (children 2 33 "children": [
34 (GraphicsLayer 34 {
35 (bounds 100.00 85.00) 35 "bounds": [100, 85],
36 (children 1 36 "children": [
37 (GraphicsLayer 37 {
38 (bounds 200.00 10.00) 38 "bounds": [200, 10]
39 ) 39 }
40 ) 40 ]
41 ) 41 },
42 (GraphicsLayer 42 {
43 (position 0.00 85.00) 43 "position": [0, 85],
44 (bounds 100.00 15.00) 44 "bounds": [100, 15],
45 (drawsContent 1) 45 "drawsContent": true
46 ) 46 }
47 ) 47 ]
48 ) 48 },
49 (GraphicsLayer 49 {
50 (position 8.00 13.00) 50 "position": [8, 13],
51 (bounds 100.00 100.00) 51 "bounds": [100, 100],
52 (drawsContent 1) 52 "drawsContent": true,
53 (children 4 53 "children": [
54 (GraphicsLayer 54 {
55 (bounds 85.00 85.00) 55 "bounds": [85, 85],
56 (children 1 56 "children": [
57 (GraphicsLayer 57 {
58 (bounds 200.00 200.00) 58 "bounds": [200, 200]
59 ) 59 }
60 ) 60 ]
61 ) 61 },
62 (GraphicsLayer 62 {
63 (position 0.00 85.00) 63 "position": [0, 85],
64 (bounds 85.00 15.00) 64 "bounds": [85, 15],
65 (drawsContent 1) 65 "drawsContent": true
66 ) 66 },
67 (GraphicsLayer 67 {
68 (position 85.00 0.00) 68 "position": [85, 0],
69 (bounds 15.00 85.00) 69 "bounds": [15, 85],
70 (drawsContent 1) 70 "drawsContent": true
71 ) 71 },
72 (GraphicsLayer 72 {
73 (position 85.00 85.00) 73 "position": [85, 85],
74 (bounds 15.00 15.00) 74 "bounds": [15, 15],
75 (drawsContent 1) 75 "drawsContent": true
76 ) 76 }
77 ) 77 ]
78 ) 78 },
79 (GraphicsLayer 79 {
80 (position 8.00 13.00) 80 "position": [8, 13],
81 (bounds 100.00 100.00) 81 "bounds": [100, 100],
82 (drawsContent 1) 82 "drawsContent": true,
83 (children 2 83 "children": [
84 (GraphicsLayer 84 {
85 (bounds 100.00 100.00) 85 "bounds": [100, 100],
86 (children 1 86 "children": [
87 (GraphicsLayer 87 {
88 (bounds 10.00 10.00) 88 "bounds": [10, 10],
89 (drawsContent 1) 89 "drawsContent": true,
90 (children 1 90 "children": [
91 (GraphicsLayer 91 {
92 )
93 )
94 )
95 )
96 )
97 (GraphicsLayer
98 (position 85.00 85.00)
99 (bounds 15.00 15.00)
100 (drawsContent 1)
101 )
102 )
103 )
104 )
105 )
106 )
107 )
108 92
93 }
94 ]
95 }
96 ]
97 },
98 {
99 "position": [85, 85],
100 "bounds": [15, 15],
101 "drawsContent": true
102 }
103 ]
104 }
105 ]
106 }
107 ]
108 }
109
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698