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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/scroll-parent-absolute-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": [785, 5516], 2 "bounds": [785, 5516],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [785, 5516], 5 "bounds": [785, 5516],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "children": [ 8 "children": [
9 { 9 {
10 "shouldFlattenTransform": false, 10 "shouldFlattenTransform": false,
11 "children": [ 11 "children": [
12 { 12 {
13 "position": [8, 8], 13 "position": [8, 8],
14 "bounds": [500, 500], 14 "bounds": [500, 500],
15 "contentsOpaque": true, 15 "contentsOpaque": true,
16 "shouldFlattenTransform": false,
16 "drawsContent": true, 17 "drawsContent": true,
17 "backgroundColor": "#0000FF", 18 "backgroundColor": "#0000FF",
18 "children": [ 19 "children": [
19 { 20 {
20 "bounds": [485, 485], 21 "bounds": [485, 485],
22 "shouldFlattenTransform": false,
21 "children": [ 23 "children": [
22 { 24 {
23 "bounds": [485, 5000], 25 "bounds": [485, 5000],
24 "shouldFlattenTransform": false,
25 "drawsContent": true 26 "drawsContent": true
26 } 27 }
27 ] 28 ]
28 }, 29 },
29 { 30 {
30 "bounds": [500, 500], 31 "bounds": [500, 500],
31 "children": [ 32 "children": [
32 { 33 {
33 "position": [0, 485], 34 "position": [0, 485],
34 "bounds": [485, 15] 35 "bounds": [485, 15]
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "contentsOpaque": true, 68 "contentsOpaque": true,
68 "drawsContent": true, 69 "drawsContent": true,
69 "backgroundColor": "#FA8072", 70 "backgroundColor": "#FA8072",
70 "hasScrollParent": true 71 "hasScrollParent": true
71 } 72 }
72 ] 73 ]
73 } 74 }
74 ] 75 ]
75 } 76 }
76 77
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698