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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/accelerated-overflow-scroll-should-not-affect-perspective-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 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],
66 "children": [ 65 "children": [
67 { 66 {
68 "position": [0, 185], 67 "position": [0, 185],
69 "bounds": [185, 15] 68 "bounds": [185, 15]
70 }, 69 },
71 { 70 {
72 "position": [185, 0], 71 "position": [185, 0],
73 "bounds": [15, 185] 72 "bounds": [15, 185]
74 }, 73 },
75 { 74 {
76 "position": [185, 185], 75 "position": [185, 185],
77 "bounds": [15, 15], 76 "bounds": [15, 15],
78 "drawsContent": true 77 "drawsContent": true
79 } 78 }
80 ] 79 ]
81 } 80 }
82 ] 81 ]
83 } 82 }
84 ] 83 ]
85 } 84 }
86 ] 85 ]
87 } 86 }
88 87
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698