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

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

Issue 1457963006: Revert of Clip scrollbars to box bounds when they don't fit. (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],
30 "children": [ 29 "children": [
31 { 30 {
32 "position": [85, 0], 31 "position": [85, 0],
33 "bounds": [15, 100] 32 "bounds": [15, 100]
34 } 33 }
35 ] 34 ]
36 } 35 }
37 ] 36 ]
38 }, 37 },
39 { 38 {
40 "position": [8, 13], 39 "position": [8, 13],
41 "bounds": [100, 100], 40 "bounds": [100, 100],
42 "drawsContent": true, 41 "drawsContent": true,
43 "children": [ 42 "children": [
44 { 43 {
45 "bounds": [100, 85], 44 "bounds": [100, 85],
46 "children": [ 45 "children": [
47 { 46 {
48 "bounds": [200, 85], 47 "bounds": [200, 85],
49 "shouldFlattenTransform": false, 48 "shouldFlattenTransform": false,
50 "children": [ 49 "children": [
51 { 50 {
52 "bounds": [200, 10] 51 "bounds": [200, 10]
53 } 52 }
54 ] 53 ]
55 } 54 }
56 ] 55 ]
57 }, 56 },
58 { 57 {
59 "bounds": [100, 100],
60 "children": [ 58 "children": [
61 { 59 {
62 "position": [0, 85], 60 "position": [0, 85],
63 "bounds": [100, 15] 61 "bounds": [100, 15]
64 } 62 }
65 ] 63 ]
66 } 64 }
67 ] 65 ]
68 }, 66 },
69 { 67 {
70 "position": [8, 13], 68 "position": [8, 13],
71 "bounds": [100, 100], 69 "bounds": [100, 100],
72 "drawsContent": true, 70 "drawsContent": true,
73 "children": [ 71 "children": [
74 { 72 {
75 "bounds": [85, 85], 73 "bounds": [85, 85],
76 "children": [ 74 "children": [
77 { 75 {
78 "bounds": [200, 200], 76 "bounds": [200, 200],
79 "shouldFlattenTransform": false, 77 "shouldFlattenTransform": false,
80 "children": [ 78 "children": [
81 { 79 {
82 "bounds": [200, 200] 80 "bounds": [200, 200]
83 } 81 }
84 ] 82 ]
85 } 83 }
86 ] 84 ]
87 }, 85 },
88 { 86 {
89 "bounds": [100, 100],
90 "children": [ 87 "children": [
91 { 88 {
92 "position": [0, 85], 89 "position": [0, 85],
93 "bounds": [85, 15] 90 "bounds": [85, 15]
94 }, 91 },
95 { 92 {
96 "position": [85, 0], 93 "position": [85, 0],
97 "bounds": [15, 85] 94 "bounds": [15, 85]
98 }, 95 },
99 { 96 {
(...skipping 12 matching lines...) Expand all
112 "children": [ 109 "children": [
113 { 110 {
114 "bounds": [100, 100], 111 "bounds": [100, 100],
115 "children": [ 112 "children": [
116 { 113 {
117 "bounds": [10, 10] 114 "bounds": [10, 10]
118 } 115 }
119 ] 116 ]
120 }, 117 },
121 { 118 {
122 "bounds": [100, 100],
123 "children": [ 119 "children": [
124 { 120 {
125 "position": [85, 85], 121 "position": [85, 85],
126 "bounds": [15, 15], 122 "bounds": [15, 15],
127 "drawsContent": true 123 "drawsContent": true
128 } 124 }
129 ] 125 ]
130 } 126 }
131 ] 127 ]
132 } 128 }
133 ] 129 ]
134 } 130 }
135 ] 131 ]
136 } 132 }
137 133
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698