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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/scrollbars/nested-overlay-scrollbars-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, 8], 10 "position": [8, 8],
11 "bounds": [404, 404], 11 "bounds": [404, 404],
12 "shouldFlattenTransform": false,
12 "drawsContent": true, 13 "drawsContent": true,
13 "children": [ 14 "children": [
14 { 15 {
15 "position": [2, 2], 16 "position": [2, 2],
16 "bounds": [400, 400], 17 "bounds": [400, 400],
18 "shouldFlattenTransform": false,
17 "children": [ 19 "children": [
18 { 20 {
19 "bounds": [400, 704], 21 "bounds": [400, 704],
20 "shouldFlattenTransform": false,
21 "drawsContent": true, 22 "drawsContent": true,
22 "children": [ 23 "children": [
23 { 24 {
24 "position": [0, 500], 25 "position": [0, 500],
25 "bounds": [204, 204], 26 "bounds": [204, 204],
27 "shouldFlattenTransform": false,
26 "drawsContent": true, 28 "drawsContent": true,
27 "children": [ 29 "children": [
28 { 30 {
29 "position": [2, 2], 31 "position": [2, 2],
30 "bounds": [200, 200], 32 "bounds": [200, 200],
33 "shouldFlattenTransform": false,
31 "children": [ 34 "children": [
32 { 35 {
33 "bounds": [5000, 9000], 36 "bounds": [5000, 9000],
34 "shouldFlattenTransform": false,
35 "drawsContent": true 37 "drawsContent": true
36 } 38 }
37 ] 39 ]
38 } 40 }
39 ] 41 ]
40 }, 42 },
41 { 43 {
42 "shouldFlattenTransform": false, 44 "shouldFlattenTransform": false,
43 "children": [ 45 "children": [
44 { 46 {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 } 89 }
88 ] 90 ]
89 } 91 }
90 ] 92 ]
91 } 93 }
92 ] 94 ]
93 } 95 }
94 ] 96 ]
95 } 97 }
96 98
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698