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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/overflow-scrollbar-layers-expected.txt

Issue 1407383005: Fix flattening for scrollable areas. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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": [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, 13], 10 "position": [8, 13],
11 "bounds": [100, 100], 11 "bounds": [100, 100],
12 "shouldFlattenTransform": false,
12 "drawsContent": true, 13 "drawsContent": true,
13 "children": [ 14 "children": [
14 { 15 {
15 "bounds": [85, 100], 16 "bounds": [85, 100],
17 "shouldFlattenTransform": false,
16 "children": [ 18 "children": [
17 { 19 {
18 "bounds": [85, 200], 20 "bounds": [85, 200],
19 "shouldFlattenTransform": false,
20 "children": [ 21 "children": [
21 { 22 {
22 "bounds": [10, 200] 23 "bounds": [10, 200]
23 } 24 }
24 ] 25 ]
25 } 26 }
26 ] 27 ]
27 }, 28 },
28 { 29 {
29 "bounds": [100, 100], 30 "bounds": [100, 100],
30 "children": [ 31 "children": [
31 { 32 {
32 "position": [85, 0], 33 "position": [85, 0],
33 "bounds": [15, 100] 34 "bounds": [15, 100]
34 } 35 }
35 ] 36 ]
36 } 37 }
37 ] 38 ]
38 }, 39 },
39 { 40 {
40 "position": [8, 13], 41 "position": [8, 13],
41 "bounds": [100, 100], 42 "bounds": [100, 100],
43 "shouldFlattenTransform": false,
42 "drawsContent": true, 44 "drawsContent": true,
43 "children": [ 45 "children": [
44 { 46 {
45 "bounds": [100, 85], 47 "bounds": [100, 85],
48 "shouldFlattenTransform": false,
46 "children": [ 49 "children": [
47 { 50 {
48 "bounds": [200, 85], 51 "bounds": [200, 85],
49 "shouldFlattenTransform": false,
50 "children": [ 52 "children": [
51 { 53 {
52 "bounds": [200, 10] 54 "bounds": [200, 10]
53 } 55 }
54 ] 56 ]
55 } 57 }
56 ] 58 ]
57 }, 59 },
58 { 60 {
59 "bounds": [100, 100], 61 "bounds": [100, 100],
60 "children": [ 62 "children": [
61 { 63 {
62 "position": [0, 85], 64 "position": [0, 85],
63 "bounds": [100, 15] 65 "bounds": [100, 15]
64 } 66 }
65 ] 67 ]
66 } 68 }
67 ] 69 ]
68 }, 70 },
69 { 71 {
70 "position": [8, 13], 72 "position": [8, 13],
71 "bounds": [100, 100], 73 "bounds": [100, 100],
74 "shouldFlattenTransform": false,
72 "drawsContent": true, 75 "drawsContent": true,
73 "children": [ 76 "children": [
74 { 77 {
75 "bounds": [85, 85], 78 "bounds": [85, 85],
79 "shouldFlattenTransform": false,
76 "children": [ 80 "children": [
77 { 81 {
78 "bounds": [200, 200], 82 "bounds": [200, 200],
79 "shouldFlattenTransform": false,
80 "children": [ 83 "children": [
81 { 84 {
82 "bounds": [200, 200] 85 "bounds": [200, 200]
83 } 86 }
84 ] 87 ]
85 } 88 }
86 ] 89 ]
87 }, 90 },
88 { 91 {
89 "bounds": [100, 100], 92 "bounds": [100, 100],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 } 131 }
129 ] 132 ]
130 } 133 }
131 ] 134 ]
132 } 135 }
133 ] 136 ]
134 } 137 }
135 ] 138 ]
136 } 139 }
137 140
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698