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

Side by Side Diff: LayoutTests/compositing/squashing/no-squashing-for-filters-expected.txt

Issue 547493002: Don't squash layers that have filters. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed tests. Created 6 years, 3 months 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
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": [200, 10],
12 "children": [
13 {
14 "bounds": [200, 10],
15 "contentsOpaque": true,
16 "drawsContent": true,
17 "backgroundColor": "#F5F5F5"
18 }
19 ]
20 },
21 {
22 "position": [8, 0],
23 "bounds": [100, 100], 11 "bounds": [100, 100],
24 "contentsOpaque": true, 12 "contentsOpaque": true,
25 "drawsContent": true, 13 "drawsContent": true,
26 "backgroundColor": "#90EE90" 14 "backgroundColor": "#ADD8E6"
15 },
16 {
17 "children": [
18 {
19 "position": [-5, -5],
20 "bounds": [62, 62],
21 "drawsContent": true,
22 "backgroundColor": "#D3D3D3"
23 },
24 {
25 "position": [50, 50],
26 "bounds": [50, 50],
27 "drawsContent": true
28 }
29 ]
27 } 30 }
28 ] 31 ]
29 } 32 }
30 ] 33 ]
31 } 34 }
32 35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698