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

Side by Side Diff: LayoutTests/css3/compositing/mix-blend-mode-2nd-stacking-context-composited-expected.txt

Issue 535553002: Only allocate a foreground layer for a CLM if there are composited negative-z-index-children. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix. 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 "children": [ 7 "children": [
8 { 8 {
9 "bounds": [800, 600], 9 "bounds": [800, 600],
10 "drawsContent": true, 10 "drawsContent": true,
11 "children": [ 11 "children": [
12 { 12 {
13 "position": [8, 8], 13 "position": [8, 8],
14 "transformOrigin": [0, 0], 14 "transformOrigin": [0, 0],
15 "bounds": [160, 90], 15 "bounds": [160, 90],
16 "contentsOpaque": true, 16 "contentsOpaque": true,
17 "drawsContent": true, 17 "drawsContent": true,
18 "backgroundColor": "#FF0000", 18 "backgroundColor": "#FF0000"
19 "children": [
20 {
21 "bounds": [160, 90],
22 "drawsContent": true
23 }
24 ]
25 }, 19 },
26 { 20 {
27 "bounds": [800, 600], 21 "bounds": [800, 600],
28 "drawsContent": true 22 "drawsContent": true
29 } 23 }
30 ] 24 ]
31 } 25 }
32 ] 26 ]
33 } 27 }
34 ] 28 ]
35 } 29 }
36 30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698