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

Side by Side Diff: LayoutTests/platform/linux/virtual/gpu/compositedscrolling/overflow/overflow-scrollbar-layers-expected.txt

Issue 404673002: Auto-rebaseline for r178400 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "children": [
9 {
10 "position": [8, 13],
11 "bounds": [100, 100],
12 "children": [
13 {
14 "bounds": [85, 100],
15 "children": [
16 {
17 "bounds": [85, 200],
18 "shouldFlattenTransform": false,
19 "children": [
20 {
21 "shouldFlattenTransform": false,
22 "children": [
23 {
24 "bounds": [10, 200]
25 }
26 ]
27 }
28 ]
29 }
30 ]
31 },
32 {
33 "children": [
34 {
35 "position": [85, 0],
36 "bounds": [15, 100],
37 "drawsContent": true
38 }
39 ]
40 }
41 ]
42 },
43 {
44 "position": [8, 13],
45 "bounds": [100, 100],
46 "children": [
47 {
48 "bounds": [100, 85],
49 "children": [
50 {
51 "bounds": [200, 85],
52 "shouldFlattenTransform": false,
53 "children": [
54 {
55 "shouldFlattenTransform": false,
56 "children": [
57 {
58 "bounds": [200, 10]
59 }
60 ]
61 }
62 ]
63 }
64 ]
65 },
66 {
67 "children": [
68 {
69 "position": [0, 85],
70 "bounds": [100, 15],
71 "drawsContent": true
72 }
73 ]
74 }
75 ]
76 },
77 {
78 "position": [8, 13],
79 "bounds": [100, 100],
80 "children": [
81 {
82 "bounds": [85, 85],
83 "children": [
84 {
85 "bounds": [200, 200],
86 "shouldFlattenTransform": false,
87 "children": [
88 {
89 "shouldFlattenTransform": false,
90 "children": [
91 {
92 "bounds": [200, 200]
93 }
94 ]
95 }
96 ]
97 }
98 ]
99 },
100 {
101 "children": [
102 {
103 "position": [0, 85],
104 "bounds": [85, 15],
105 "drawsContent": true
106 },
107 {
108 "position": [85, 0],
109 "bounds": [15, 85],
110 "drawsContent": true
111 },
112 {
113 "position": [85, 85],
114 "bounds": [15, 15],
115 "drawsContent": true
116 }
117 ]
118 }
119 ]
120 },
121 {
122 "position": [8, 13],
123 "bounds": [100, 100],
124 "drawsContent": true,
125 "children": [
126 {
127 "bounds": [100, 100],
128 "children": [
129 {
130 "bounds": [10, 10],
131 "drawsContent": true,
132 "children": [
133 {
134
135 }
136 ]
137 }
138 ]
139 },
140 {
141 "children": [
142 {
143 "position": [85, 85],
144 "bounds": [15, 15],
145 "drawsContent": true
146 }
147 ]
148 }
149 ]
150 }
151 ]
152 }
153 ]
154 }
155
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698