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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/scrollbars/nested-overlay-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, 1 month 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, 8], 10 "position": [8, 8],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 }, 50 },
51 { 51 {
52 "position": [2, 2502], 52 "position": [2, 2502],
53 "bounds": [5000, 1000], 53 "bounds": [5000, 1000],
54 "drawsContent": true 54 "drawsContent": true
55 } 55 }
56 ] 56 ]
57 }, 57 },
58 { 58 {
59 "position": [2, 502], 59 "position": [2, 502],
60 "bounds": [204, 204],
60 "children": [ 61 "children": [
61 { 62 {
62 "position": [2, 195], 63 "position": [2, 195],
63 "bounds": [193, 7] 64 "bounds": [193, 7]
64 }, 65 },
65 { 66 {
66 "position": [195, 2], 67 "position": [195, 2],
67 "bounds": [7, 193] 68 "bounds": [7, 193]
68 }, 69 },
69 { 70 {
70 "position": [195, 195], 71 "position": [195, 195],
71 "bounds": [7, 7], 72 "bounds": [7, 7],
72 "drawsContent": true 73 "drawsContent": true
73 } 74 }
74 ] 75 ]
75 } 76 }
76 ] 77 ]
77 } 78 }
78 ] 79 ]
79 }, 80 },
80 { 81 {
82 "bounds": [404, 404],
81 "children": [ 83 "children": [
82 { 84 {
83 "position": [395, 2], 85 "position": [395, 2],
84 "bounds": [7, 400] 86 "bounds": [7, 400]
85 } 87 }
86 ] 88 ]
87 } 89 }
88 ] 90 ]
89 } 91 }
90 ] 92 ]
91 } 93 }
92 ] 94 ]
93 } 95 }
94 96
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698