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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/compositing/scrollbars/nested-overlay-scrollbars-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, 8],
11 "bounds": [404, 404],
12 "drawsContent": true,
13 "children": [
14 {
15 "position": [2, 2],
16 "bounds": [400, 400],
17 "children": [
18 {
19 "bounds": [400, 704],
20 "shouldFlattenTransform": false,
21 "drawsContent": true,
22 "children": [
23 {
24 "shouldFlattenTransform": false,
25 "children": [
26 {
27 "position": [0, 500],
28 "bounds": [204, 204],
29 "drawsContent": true,
30 "children": [
31 {
32 "position": [2, 2],
33 "bounds": [200, 200],
34 "children": [
35 {
36 "bounds": [5000, 9000],
37 "shouldFlattenTransform": false,
38 "drawsContent": true,
39 "children": [
40 {
41 "shouldFlattenTransform": false
42 }
43 ]
44 }
45 ]
46 }
47 ]
48 },
49 {
50 "shouldFlattenTransform": false,
51 "children": [
52 {
53 "position": [2, 502],
54 "bounds": [100, 800],
55 "contentsOpaque": true,
56 "drawsContent": true,
57 "backgroundColor": "#808080"
58 },
59 {
60 "position": [2, 2502],
61 "bounds": [5000, 1000],
62 "drawsContent": true
63 }
64 ]
65 },
66 {
67 "position": [2, 502],
68 "children": [
69 {
70 "position": [2, 195],
71 "bounds": [193, 7]
72 },
73 {
74 "position": [195, 2],
75 "bounds": [7, 193]
76 },
77 {
78 "position": [195, 195],
79 "bounds": [7, 7],
80 "drawsContent": true
81 }
82 ]
83 }
84 ]
85 }
86 ]
87 }
88 ]
89 },
90 {
91 "children": [
92 {
93 "position": [395, 2],
94 "bounds": [7, 400]
95 }
96 ]
97 }
98 ]
99 }
100 ]
101 }
102 ]
103 }
104
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698