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

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

Issue 404673002: Auto-rebaseline for r178400 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 "children": [ 12 "children": [
13 { 13 {
14 "bounds": [85, 100], 14 "bounds": [85, 100],
15 "children": [ 15 "children": [
16 { 16 {
17 "bounds": [85, 200], 17 "bounds": [85, 200],
18 "shouldFlattenTransform": false, 18 "shouldFlattenTransform": false,
19 "children": [ 19 "children": [
20 { 20 {
21 "shouldFlattenTransform": false,
21 "children": [ 22 "children": [
22 { 23 {
23 "bounds": [10, 200] 24 "bounds": [10, 200]
24 } 25 }
25 ] 26 ]
26 } 27 }
27 ] 28 ]
28 } 29 }
29 ] 30 ]
30 }, 31 },
(...skipping 12 matching lines...) Expand all
43 "bounds": [100, 100], 44 "bounds": [100, 100],
44 "children": [ 45 "children": [
45 { 46 {
46 "bounds": [100, 85], 47 "bounds": [100, 85],
47 "children": [ 48 "children": [
48 { 49 {
49 "bounds": [200, 85], 50 "bounds": [200, 85],
50 "shouldFlattenTransform": false, 51 "shouldFlattenTransform": false,
51 "children": [ 52 "children": [
52 { 53 {
54 "shouldFlattenTransform": false,
53 "children": [ 55 "children": [
54 { 56 {
55 "bounds": [200, 10] 57 "bounds": [200, 10]
56 } 58 }
57 ] 59 ]
58 } 60 }
59 ] 61 ]
60 } 62 }
61 ] 63 ]
62 }, 64 },
(...skipping 12 matching lines...) Expand all
75 "bounds": [100, 100], 77 "bounds": [100, 100],
76 "children": [ 78 "children": [
77 { 79 {
78 "bounds": [85, 85], 80 "bounds": [85, 85],
79 "children": [ 81 "children": [
80 { 82 {
81 "bounds": [200, 200], 83 "bounds": [200, 200],
82 "shouldFlattenTransform": false, 84 "shouldFlattenTransform": false,
83 "children": [ 85 "children": [
84 { 86 {
87 "shouldFlattenTransform": false,
85 "children": [ 88 "children": [
86 { 89 {
87 "bounds": [200, 200] 90 "bounds": [200, 200]
88 } 91 }
89 ] 92 ]
90 } 93 }
91 ] 94 ]
92 } 95 }
93 ] 96 ]
94 }, 97 },
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 } 142 }
140 ] 143 ]
141 } 144 }
142 ] 145 ]
143 } 146 }
144 ] 147 ]
145 } 148 }
146 ] 149 ]
147 } 150 }
148 151
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698