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

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

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

Powered by Google App Engine
This is Rietveld 408576698