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

Side by Side Diff: LayoutTests/platform/mac/compositing/squashing/composited-bounds-for-negative-z-expected.txt

Issue 348583003: Auto-rebaseline for r176651 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 (GraphicsLayer 1 {
2 (bounds 800.00 600.00) 2 "bounds": [800, 600],
3 (children 1 3 "children": [
4 (GraphicsLayer 4 {
5 (bounds 800.00 600.00) 5 "bounds": [800, 600],
6 (contentsOpaque 1) 6 "contentsOpaque": true,
7 (children 1 7 "children": [
8 (GraphicsLayer 8 {
9 (bounds 800.00 408.00) 9 "bounds": [800, 408],
10 (drawsContent 1) 10 "drawsContent": true,
11 (children 4 11 "children": [
12 (GraphicsLayer 12 {
13 (position 8.00 100.00) 13 "position": [8, 100],
14 (bounds 10.00 10.00) 14 "bounds": [10, 10],
15 (contentsOpaque 1) 15 "contentsOpaque": true,
16 (drawsContent 1) 16 "drawsContent": true,
17 (backgroundColor #FF0000) 17 "backgroundColor": "#FF0000"
18 ) 18 },
19 (GraphicsLayer 19 {
20 (bounds 800.00 408.00) 20 "bounds": [800, 408],
21 (drawsContent 1) 21 "drawsContent": true
22 ) 22 },
23 (GraphicsLayer 23 {
24 (position 108.00 100.00) 24 "position": [108, 100],
25 (bounds 300.00 300.00) 25 "bounds": [300, 300],
26 (children 2 26 "children": [
27 (GraphicsLayer 27 {
28 (bounds 285.00 300.00) 28 "bounds": [285, 300],
29 (children 1 29 "children": [
30 (GraphicsLayer 30 {
31 (bounds 285.00 1000.00) 31 "bounds": [285, 1000],
32 (shouldFlattenTransform 0) 32 "shouldFlattenTransform": false,
33 (children 1 33 "children": [
34 (GraphicsLayer 34 {
35 )
36 )
37 )
38 )
39 )
40 (GraphicsLayer
41 (position 285.00 0.00)
42 (bounds 15.00 300.00)
43 )
44 )
45 )
46 (GraphicsLayer
47 (children 2
48 (GraphicsLayer
49 (position 108.00 100.00)
50 (bounds 285.00 1000.00)
51 )
52 (GraphicsLayer
53 (position 108.00 100.00)
54 (bounds 285.00 1000.00)
55 (drawsContent 1)
56 )
57 )
58 )
59 )
60 )
61 )
62 )
63 )
64 )
65 35
36 }
37 ]
38 }
39 ]
40 },
41 {
42 "position": [285, 0],
43 "bounds": [15, 300]
44 }
45 ]
46 },
47 {
48 "children": [
49 {
50 "position": [108, 100],
51 "bounds": [285, 1000]
52 },
53 {
54 "position": [108, 100],
55 "bounds": [285, 1000],
56 "drawsContent": true
57 }
58 ]
59 }
60 ]
61 }
62 ]
63 }
64 ]
65 }
66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698