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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac-snowleopard/compositing/overflow/content-gains-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
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "children": [ 8 "children": [
9 { 9 {
10 "position": [8, 13], 10 "position": [8, 13],
11 "bounds": [100, 100], 11 "bounds": [100, 100],
12 "drawsContent": true, 12 "drawsContent": true,
13 "children": [ 13 "children": [
14 { 14 {
15 "bounds": [85, 100], 15 "bounds": [85, 100],
16 "children": [ 16 "children": [
17 { 17 {
18 "bounds": [85, 200], 18 "bounds": [85, 200],
19 "shouldFlattenTransform": false, 19 "shouldFlattenTransform": false,
20 "children": [ 20 "children": [
21 { 21 {
22 "shouldFlattenTransform": false, 22 "bounds": [10, 200]
23 "children": [
24 {
25 "bounds": [10, 200]
26 }
27 ]
28 } 23 }
29 ] 24 ]
30 } 25 }
31 ] 26 ]
32 }, 27 },
33 { 28 {
34 "children": [ 29 "children": [
35 { 30 {
36 "position": [85, 0], 31 "position": [85, 0],
37 "bounds": [15, 100], 32 "bounds": [15, 100],
38 "drawsContent": true 33 "drawsContent": true
39 } 34 }
40 ] 35 ]
41 } 36 }
42 ] 37 ]
43 }, 38 },
44 { 39 {
45 "position": [8, 13], 40 "position": [8, 13],
46 "bounds": [100, 100], 41 "bounds": [100, 100],
47 "drawsContent": true, 42 "drawsContent": true,
48 "children": [ 43 "children": [
49 { 44 {
50 "bounds": [100, 85], 45 "bounds": [100, 85],
51 "children": [ 46 "children": [
52 { 47 {
53 "bounds": [200, 85], 48 "bounds": [200, 85],
54 "shouldFlattenTransform": false, 49 "shouldFlattenTransform": false,
55 "children": [ 50 "children": [
56 { 51 {
57 "shouldFlattenTransform": false, 52 "bounds": [200, 10]
58 "children": [
59 {
60 "bounds": [200, 10]
61 }
62 ]
63 } 53 }
64 ] 54 ]
65 } 55 }
66 ] 56 ]
67 }, 57 },
68 { 58 {
69 "children": [ 59 "children": [
70 { 60 {
71 "position": [0, 85], 61 "position": [0, 85],
72 "bounds": [100, 15], 62 "bounds": [100, 15],
73 "drawsContent": true 63 "drawsContent": true
74 } 64 }
75 ] 65 ]
76 } 66 }
77 ] 67 ]
78 }, 68 },
79 { 69 {
80 "position": [8, 13], 70 "position": [8, 13],
81 "bounds": [100, 100], 71 "bounds": [100, 100],
82 "drawsContent": true, 72 "drawsContent": true,
83 "children": [ 73 "children": [
84 { 74 {
85 "bounds": [85, 85], 75 "bounds": [85, 85],
86 "children": [ 76 "children": [
87 { 77 {
88 "bounds": [200, 200], 78 "bounds": [200, 200],
89 "shouldFlattenTransform": false, 79 "shouldFlattenTransform": false,
90 "children": [ 80 "children": [
91 { 81 {
92 "shouldFlattenTransform": false, 82 "bounds": [200, 200]
93 "children": [
94 {
95 "bounds": [200, 200]
96 }
97 ]
98 } 83 }
99 ] 84 ]
100 } 85 }
101 ] 86 ]
102 }, 87 },
103 { 88 {
104 "children": [ 89 "children": [
105 { 90 {
106 "position": [0, 85], 91 "position": [0, 85],
107 "bounds": [85, 15], 92 "bounds": [85, 15],
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 } 128 }
144 ] 129 ]
145 } 130 }
146 ] 131 ]
147 } 132 }
148 ] 133 ]
149 } 134 }
150 ] 135 ]
151 } 136 }
152 137
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698