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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/scrollbars/nested-overlay-scrollbars-expected.txt

Issue 1458353004: 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, 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],
61 "children": [ 60 "children": [
62 { 61 {
63 "position": [2, 195], 62 "position": [2, 195],
64 "bounds": [193, 7] 63 "bounds": [193, 7]
65 }, 64 },
66 { 65 {
67 "position": [195, 2], 66 "position": [195, 2],
68 "bounds": [7, 193] 67 "bounds": [7, 193]
69 }, 68 },
70 { 69 {
71 "position": [195, 195], 70 "position": [195, 195],
72 "bounds": [7, 7], 71 "bounds": [7, 7],
73 "drawsContent": true 72 "drawsContent": true
74 } 73 }
75 ] 74 ]
76 } 75 }
77 ] 76 ]
78 } 77 }
79 ] 78 ]
80 }, 79 },
81 { 80 {
82 "bounds": [404, 404],
83 "children": [ 81 "children": [
84 { 82 {
85 "position": [395, 2], 83 "position": [395, 2],
86 "bounds": [7, 400] 84 "bounds": [7, 400]
87 } 85 }
88 ] 86 ]
89 } 87 }
90 ] 88 ]
91 } 89 }
92 ] 90 ]
93 } 91 }
94 ] 92 ]
95 } 93 }
96 94
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698