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

Side by Side Diff: LayoutTests/compositing/filters/sw-shadow-overlaps-hw-shadow-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 "children": [ 10 "position": [105, 105],
11 { 11 "transformOrigin": [75, 75],
12 "position": [105, 105], 12 "bounds": [125, 125],
13 "transformOrigin": [75, 75], 13 "drawsContent": true,
14 "bounds": [125, 125], 14 "backgroundColor": "#000000"
15 "drawsContent": true, 15 },
16 "backgroundColor": "#000000" 16 {
17 }, 17 "bounds": [125, 125],
18 { 18 "drawsContent": true,
19 "bounds": [125, 125], 19 "backgroundColor": "#008000"
20 "drawsContent": true
21 }
22 ]
23 } 20 }
24 ] 21 ]
25 } 22 }
26 ] 23 ]
27 } 24 }
28 25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698