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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/accelerated-overflow-scroll-should-not-affect-perspective-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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 [0, 0, 20, 1] 55 [0, 0, 20, 1]
56 ] 56 ]
57 } 57 }
58 ] 58 ]
59 } 59 }
60 ] 60 ]
61 } 61 }
62 ] 62 ]
63 }, 63 },
64 { 64 {
65 "bounds": [200, 200],
65 "children": [ 66 "children": [
66 { 67 {
67 "position": [0, 185], 68 "position": [0, 185],
68 "bounds": [185, 15] 69 "bounds": [185, 15]
69 }, 70 },
70 { 71 {
71 "position": [185, 0], 72 "position": [185, 0],
72 "bounds": [15, 185] 73 "bounds": [15, 185]
73 }, 74 },
74 { 75 {
75 "position": [185, 185], 76 "position": [185, 185],
76 "bounds": [15, 15], 77 "bounds": [15, 15],
77 "drawsContent": true 78 "drawsContent": true
78 } 79 }
79 ] 80 ]
80 } 81 }
81 ] 82 ]
82 } 83 }
83 ] 84 ]
84 } 85 }
85 ] 86 ]
86 } 87 }
87 88
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698