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

Side by Side Diff: LayoutTests/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-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
« no previous file with comments | « no previous file | LayoutTests/compositing/geometry/bounds-ignores-hidden-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 2
3 { 3 {
4 "bounds": [800, 600], 4 "bounds": [800, 600],
5 "children": [ 5 "children": [
6 { 6 {
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "children": [ 10 "children": [
11 { 11 {
12 "transformOrigin": [50, 50], 12 "transformOrigin": [50, 50],
13 "bounds": [500, 250], 13 "bounds": [500, 250],
14 "drawsContent": true, 14 "drawsContent": true
15 "children": [
16 {
17 "bounds": [500, 250],
18 "drawsContent": true
19 }
20 ]
21 }, 15 },
22 { 16 {
23 "children": [ 17 "children": [
24 { 18 {
25 "position": [0, 250], 19 "position": [0, 250],
26 "transformOrigin": [50, 50], 20 "transformOrigin": [50, 50],
27 "bounds": [150, 150], 21 "bounds": [150, 150],
28 "drawsContent": true, 22 "drawsContent": true
29 "children": [
30 {
31 "bounds": [150, 150],
32 "drawsContent": true
33 }
34 ]
35 }, 23 },
36 { 24 {
37 "bounds": [792, 100], 25 "bounds": [792, 100],
38 "drawsContent": true 26 "drawsContent": true
39 } 27 }
40 ] 28 ]
41 }, 29 },
42 { 30 {
43 "position": [0, 250], 31 "position": [0, 250],
44 "bounds": [100, 100], 32 "bounds": [100, 100],
45 "contentsOpaque": true, 33 "contentsOpaque": true,
46 "drawsContent": true, 34 "drawsContent": true,
47 "backgroundColor": "#008000" 35 "backgroundColor": "#008000"
48 } 36 }
49 ] 37 ]
50 } 38 }
51 ] 39 ]
52 } 40 }
53 41
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/compositing/geometry/bounds-ignores-hidden-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698