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

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

Issue 667913003: Reparented overflow controls host layer must account for scrolling. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Adding layout test Created 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "children": [
9 {
10 "position": [8, 8],
11 "bounds": [404, 404],
12 "drawsContent": true,
13 "children": [
14 {
15 "position": [2, 2],
16 "bounds": [400, 400],
17 "children": [
18 {
19 "bounds": [400, 704],
20 "shouldFlattenTransform": false,
21 "drawsContent": true,
22 "children": [
23 {
24 "shouldFlattenTransform": false,
25 "children": [
26 {
27 "position": [0, 500],
28 "bounds": [204, 204],
29 "drawsContent": true,
30 "children": [
31 {
32 "position": [2, 2],
33 "bounds": [200, 200],
34 "children": [
35 {
36 "bounds": [5000, 9000],
37 "shouldFlattenTransform": false,
38 "drawsContent": true,
39 "children": [
40 {
41 "shouldFlattenTransform": false
42 }
43 ]
44 }
45 ]
46 }
47 ]
48 },
49 {
50 "shouldFlattenTransform": false,
51 "children": [
52 {
53 "position": [2, 502],
54 "bounds": [100, 800],
55 "contentsOpaque": true,
56 "drawsContent": true,
57 "backgroundColor": "#808080"
58 },
59 {
60 "position": [2, 2502],
61 "bounds": [5000, 1000],
62 "drawsContent": true
63 }
64 ]
65 },
66 {
67 "position": [2, 502],
68 "children": [
69 {
70 "position": [2, 195],
71 "bounds": [193, 7],
72 "drawsContent": true
73 },
74 {
75 "position": [195, 2],
76 "bounds": [7, 193],
77 "drawsContent": true
78 },
79 {
80 "position": [195, 195],
81 "bounds": [7, 7],
82 "drawsContent": true
83 }
84 ]
85 }
86 ]
87 }
88 ]
89 }
90 ]
91 },
92 {
93 "children": [
94 {
95 "position": [395, 2],
96 "bounds": [7, 400],
97 "drawsContent": true
98 }
99 ]
100 }
101 ]
102 }
103 ]
104 }
105 ]
106 }
107
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698