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

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

Issue 1065013002: Auto-rebaseline for r193291 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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
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,
20 "children": [ 19 "children": [
21 { 20 {
22 "shouldFlattenTransform": false,
23 "children": [ 21 "children": [
24 { 22 {
25 "bounds": [10, 200] 23 "bounds": [10, 200]
26 } 24 }
27 ] 25 ]
28 } 26 }
29 ] 27 ]
30 } 28 }
31 ] 29 ]
32 }, 30 },
(...skipping 10 matching lines...) Expand all
43 { 41 {
44 "position": [8, 13], 42 "position": [8, 13],
45 "bounds": [100, 100], 43 "bounds": [100, 100],
46 "drawsContent": true, 44 "drawsContent": true,
47 "children": [ 45 "children": [
48 { 46 {
49 "bounds": [100, 85], 47 "bounds": [100, 85],
50 "children": [ 48 "children": [
51 { 49 {
52 "bounds": [200, 85], 50 "bounds": [200, 85],
53 "shouldFlattenTransform": false,
54 "children": [ 51 "children": [
55 { 52 {
56 "shouldFlattenTransform": false,
57 "children": [ 53 "children": [
58 { 54 {
59 "bounds": [200, 10] 55 "bounds": [200, 10]
60 } 56 }
61 ] 57 ]
62 } 58 }
63 ] 59 ]
64 } 60 }
65 ] 61 ]
66 }, 62 },
(...skipping 10 matching lines...) Expand all
77 { 73 {
78 "position": [8, 13], 74 "position": [8, 13],
79 "bounds": [100, 100], 75 "bounds": [100, 100],
80 "drawsContent": true, 76 "drawsContent": true,
81 "children": [ 77 "children": [
82 { 78 {
83 "bounds": [85, 85], 79 "bounds": [85, 85],
84 "children": [ 80 "children": [
85 { 81 {
86 "bounds": [200, 200], 82 "bounds": [200, 200],
87 "shouldFlattenTransform": false,
88 "children": [ 83 "children": [
89 { 84 {
90 "shouldFlattenTransform": false,
91 "children": [ 85 "children": [
92 { 86 {
93 "bounds": [200, 200] 87 "bounds": [200, 200]
94 } 88 }
95 ] 89 ]
96 } 90 }
97 ] 91 ]
98 } 92 }
99 ] 93 ]
100 }, 94 },
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 } 133 }
140 ] 134 ]
141 } 135 }
142 ] 136 ]
143 } 137 }
144 ] 138 ]
145 } 139 }
146 ] 140 ]
147 } 141 }
148 142
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698