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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac-snowleopard/compositing/overflow/content-gains-scrollbars-expected.txt

Issue 1466203002: Auto-rebaseline for r361055 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 "bounds": [10, 200] 22 "bounds": [10, 200]
23 } 23 }
24 ] 24 ]
25 } 25 }
26 ] 26 ]
27 }, 27 },
28 { 28 {
29 "bounds": [100, 100],
29 "children": [ 30 "children": [
30 { 31 {
31 "position": [85, 0], 32 "position": [85, 0],
32 "bounds": [15, 100], 33 "bounds": [15, 100],
33 "drawsContent": true 34 "drawsContent": true
34 } 35 }
35 ] 36 ]
36 } 37 }
37 ] 38 ]
38 }, 39 },
(...skipping 10 matching lines...) Expand all
49 "shouldFlattenTransform": false, 50 "shouldFlattenTransform": false,
50 "children": [ 51 "children": [
51 { 52 {
52 "bounds": [200, 10] 53 "bounds": [200, 10]
53 } 54 }
54 ] 55 ]
55 } 56 }
56 ] 57 ]
57 }, 58 },
58 { 59 {
60 "bounds": [100, 100],
59 "children": [ 61 "children": [
60 { 62 {
61 "position": [0, 85], 63 "position": [0, 85],
62 "bounds": [100, 15], 64 "bounds": [100, 15],
63 "drawsContent": true 65 "drawsContent": true
64 } 66 }
65 ] 67 ]
66 } 68 }
67 ] 69 ]
68 }, 70 },
(...skipping 10 matching lines...) Expand all
79 "shouldFlattenTransform": false, 81 "shouldFlattenTransform": false,
80 "children": [ 82 "children": [
81 { 83 {
82 "bounds": [200, 200] 84 "bounds": [200, 200]
83 } 85 }
84 ] 86 ]
85 } 87 }
86 ] 88 ]
87 }, 89 },
88 { 90 {
91 "bounds": [100, 100],
89 "children": [ 92 "children": [
90 { 93 {
91 "position": [0, 85], 94 "position": [0, 85],
92 "bounds": [85, 15], 95 "bounds": [85, 15],
93 "drawsContent": true 96 "drawsContent": true
94 }, 97 },
95 { 98 {
96 "position": [85, 0], 99 "position": [85, 0],
97 "bounds": [15, 85], 100 "bounds": [15, 85],
98 "drawsContent": true 101 "drawsContent": true
(...skipping 14 matching lines...) Expand all
113 "children": [ 116 "children": [
114 { 117 {
115 "bounds": [100, 100], 118 "bounds": [100, 100],
116 "children": [ 119 "children": [
117 { 120 {
118 "bounds": [10, 10] 121 "bounds": [10, 10]
119 } 122 }
120 ] 123 ]
121 }, 124 },
122 { 125 {
126 "bounds": [100, 100],
123 "children": [ 127 "children": [
124 { 128 {
125 "position": [85, 85], 129 "position": [85, 85],
126 "bounds": [15, 15], 130 "bounds": [15, 15],
127 "drawsContent": true 131 "drawsContent": true
128 } 132 }
129 ] 133 ]
130 } 134 }
131 ] 135 ]
132 } 136 }
133 ] 137 ]
134 } 138 }
135 ] 139 ]
136 } 140 }
137 141
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698