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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/reparented-scrollbars-non-sc-anc-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": [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],
58 "children": [ 59 "children": [
59 { 60 {
60 "position": [1193, 0], 61 "position": [1193, 0],
61 "bounds": [7, 1000] 62 "bounds": [7, 1000]
62 } 63 }
63 ] 64 ]
64 } 65 }
65 ] 66 ]
66 } 67 }
67 ] 68 ]
68 } 69 }
69 ] 70 ]
70 } 71 }
71 72
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698