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

Side by Side Diff: third_party/WebKit/LayoutTests/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 } 33 }
39 ] 34 ]
40 } 35 }
41 ] 36 ]
42 }, 37 },
43 { 38 {
44 "position": [8, 13], 39 "position": [8, 13],
45 "bounds": [100, 100], 40 "bounds": [100, 100],
46 "drawsContent": true, 41 "drawsContent": true,
47 "children": [ 42 "children": [
48 { 43 {
49 "bounds": [100, 85], 44 "bounds": [100, 85],
50 "children": [ 45 "children": [
51 { 46 {
52 "bounds": [200, 85], 47 "bounds": [200, 85],
53 "shouldFlattenTransform": false, 48 "shouldFlattenTransform": false,
54 "children": [ 49 "children": [
55 { 50 {
56 "shouldFlattenTransform": false, 51 "bounds": [200, 10]
57 "children": [
58 {
59 "bounds": [200, 10]
60 }
61 ]
62 } 52 }
63 ] 53 ]
64 } 54 }
65 ] 55 ]
66 }, 56 },
67 { 57 {
68 "children": [ 58 "children": [
69 { 59 {
70 "position": [0, 85], 60 "position": [0, 85],
71 "bounds": [100, 15] 61 "bounds": [100, 15]
72 } 62 }
73 ] 63 ]
74 } 64 }
75 ] 65 ]
76 }, 66 },
77 { 67 {
78 "position": [8, 13], 68 "position": [8, 13],
79 "bounds": [100, 100], 69 "bounds": [100, 100],
80 "drawsContent": true, 70 "drawsContent": true,
81 "children": [ 71 "children": [
82 { 72 {
83 "bounds": [85, 85], 73 "bounds": [85, 85],
84 "children": [ 74 "children": [
85 { 75 {
86 "bounds": [200, 200], 76 "bounds": [200, 200],
87 "shouldFlattenTransform": false, 77 "shouldFlattenTransform": false,
88 "children": [ 78 "children": [
89 { 79 {
90 "shouldFlattenTransform": false, 80 "bounds": [200, 200]
91 "children": [
92 {
93 "bounds": [200, 200]
94 }
95 ]
96 } 81 }
97 ] 82 ]
98 } 83 }
99 ] 84 ]
100 }, 85 },
101 { 86 {
102 "children": [ 87 "children": [
103 { 88 {
104 "position": [0, 85], 89 "position": [0, 85],
105 "bounds": [85, 15] 90 "bounds": [85, 15]
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 } 124 }
140 ] 125 ]
141 } 126 }
142 ] 127 ]
143 } 128 }
144 ] 129 ]
145 } 130 }
146 ] 131 ]
147 } 132 }
148 133
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698