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

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

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

Powered by Google App Engine
This is Rietveld 408576698