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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/compositing/overflow/overflow-scrollbar-layers-expected.txt

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

Powered by Google App Engine
This is Rietveld 408576698