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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/squashing/composited-bounds-for-negative-z-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 "children": [ 7 "children": [
8 { 8 {
9 "bounds": [800, 408], 9 "bounds": [800, 408],
10 "drawsContent": true, 10 "drawsContent": true,
11 "children": [ 11 "children": [
12 { 12 {
13 "position": [8, 100], 13 "position": [8, 100],
14 "bounds": [10, 10], 14 "bounds": [10, 10],
15 "contentsOpaque": true, 15 "contentsOpaque": true,
16 "drawsContent": true, 16 "drawsContent": true,
17 "backgroundColor": "#FF0000" 17 "backgroundColor": "#FF0000"
18 }, 18 },
19 { 19 {
20 "bounds": [800, 408], 20 "bounds": [800, 408],
21 "drawsContent": true 21 "drawsContent": true
22 }, 22 },
23 { 23 {
24 "position": [108, 100], 24 "position": [108, 100],
25 "bounds": [300, 300], 25 "bounds": [300, 300],
26 "shouldFlattenTransform": false,
26 "drawsContent": true, 27 "drawsContent": true,
27 "children": [ 28 "children": [
28 { 29 {
29 "bounds": [285, 300], 30 "bounds": [285, 300],
31 "shouldFlattenTransform": false,
30 "children": [ 32 "children": [
31 { 33 {
32 "bounds": [285, 1000], 34 "bounds": [285, 1000]
33 "shouldFlattenTransform": false
34 } 35 }
35 ] 36 ]
36 }, 37 },
37 { 38 {
38 "bounds": [300, 300], 39 "bounds": [300, 300],
39 "children": [ 40 "children": [
40 { 41 {
41 "position": [285, 0], 42 "position": [285, 0],
42 "bounds": [15, 300] 43 "bounds": [15, 300]
43 } 44 }
(...skipping 15 matching lines...) Expand all
59 } 60 }
60 ] 61 ]
61 } 62 }
62 ] 63 ]
63 } 64 }
64 ] 65 ]
65 } 66 }
66 ] 67 ]
67 } 68 }
68 69
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698