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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/reparented-scrollbars-non-sc-anc-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, 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": [1208, 821], 2 "bounds": [1208, 821],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [1208, 821], 5 "bounds": [1208, 821],
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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 }, 48 },
49 { 49 {
50 "position": [8, 10008], 50 "position": [8, 10008],
51 "bounds": [1200, 0] 51 "bounds": [1200, 0]
52 }, 52 },
53 { 53 {
54 "position": [8, 8], 54 "position": [8, 8],
55 "bounds": [1200, 1000], 55 "bounds": [1200, 1000],
56 "children": [ 56 "children": [
57 { 57 {
58 "bounds": [1200, 1000],
59 "children": [ 58 "children": [
60 { 59 {
61 "position": [1193, 0], 60 "position": [1193, 0],
62 "bounds": [7, 1000] 61 "bounds": [7, 1000]
63 } 62 }
64 ] 63 ]
65 } 64 }
66 ] 65 ]
67 } 66 }
68 ] 67 ]
69 } 68 }
70 ] 69 ]
71 } 70 }
72 71
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698