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

Side by Side Diff: LayoutTests/compositing/filters/sw-nested-shadow-overlaps-hw-nested-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
« no previous file with comments | « no previous file | LayoutTests/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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": [205, 205],
11 { 11 "transformOrigin": [175, 175],
12 "position": [205, 205], 12 "bounds": [225, 225],
13 "transformOrigin": [175, 175], 13 "drawsContent": true,
14 "bounds": [225, 225], 14 "backgroundColor": "#000000"
15 "drawsContent": true, 15 },
16 "backgroundColor": "#000000" 16 {
17 }, 17 "bounds": [225, 225],
18 { 18 "drawsContent": true,
19 "bounds": [225, 225], 19 "backgroundColor": "#008000"
20 "drawsContent": true
21 }
22 ]
23 } 20 }
24 ] 21 ]
25 } 22 }
26 ] 23 ]
27 } 24 }
28 25
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698