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

Side by Side Diff: LayoutTests/virtual/softwarecompositing/layer-creation/overlap-animation-clipping-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 785.00 812.00) 2 "bounds": [785, 812],
3 (children 1 3 "children": [
4 (GraphicsLayer 4 {
5 (bounds 785.00 812.00) 5 "bounds": [785, 812],
6 (contentsOpaque 1) 6 "contentsOpaque": true,
7 (drawsContent 1) 7 "drawsContent": true,
8 (children 3 8 "children": [
9 (GraphicsLayer 9 {
10 (position 18.00 120.00) 10 "position": [18, 120],
11 (bounds 100.00 100.00) 11 "bounds": [100, 100],
12 (contentsOpaque 1) 12 "contentsOpaque": true,
13 (drawsContent 1) 13 "drawsContent": true,
14 (backgroundColor #0000FF) 14 "backgroundColor": "#0000FF",
15 (transform ...) 15 "transform": [
16 ) 16 [...],
17 (GraphicsLayer 17 [...],
18 (position 58.00 230.00) 18 [...],
19 (bounds 122.00 462.00) 19 [...]
20 (contentsOpaque 1) 20 ]
21 (drawsContent 1) 21 },
22 (backgroundColor #FFFFFF) 22 {
23 (children 1 23 "position": [58, 230],
24 (GraphicsLayer 24 "bounds": [122, 462],
25 (position 1.00 1.00) 25 "contentsOpaque": true,
26 (bounds 120.00 460.00) 26 "drawsContent": true,
27 (children 2 27 "backgroundColor": "#FFFFFF",
28 (GraphicsLayer 28 "children": [
29 (position 10.00 10.00) 29 {
30 (bounds 100.00 100.00) 30 "position": [1, 1],
31 (contentsOpaque 1) 31 "bounds": [120, 460],
32 (drawsContent 1) 32 "children": [
33 (backgroundColor #808080) 33 {
34 (transform ...) 34 "position": [10, 10],
35 ) 35 "bounds": [100, 100],
36 (GraphicsLayer 36 "contentsOpaque": true,
37 (children 2 37 "drawsContent": true,
38 (GraphicsLayer 38 "backgroundColor": "#808080",
39 (position 10.00 230.00) 39 "transform": [
40 (bounds 100.00 100.00) 40 [...],
41 (contentsOpaque 1) 41 [...],
42 (drawsContent 1) 42 [...],
43 (backgroundColor #0000FF) 43 [...]
44 (transform ...) 44 ]
45 ) 45 },
46 (GraphicsLayer 46 {
47 (position 10.00 340.00) 47 "children": [
48 (bounds 100.00 100.00) 48 {
49 (drawsContent 1) 49 "position": [10, 230],
50 ) 50 "bounds": [100, 100],
51 ) 51 "contentsOpaque": true,
52 ) 52 "drawsContent": true,
53 ) 53 "backgroundColor": "#0000FF",
54 ) 54 "transform": [
55 ) 55 [...],
56 ) 56 [...],
57 (GraphicsLayer 57 [...],
58 (position 18.00 702.00) 58 [...]
59 (bounds 100.00 100.00) 59 ]
60 (contentsOpaque 1) 60 },
61 (drawsContent 1) 61 {
62 (backgroundColor #FFFF00) 62 "position": [10, 340],
63 ) 63 "bounds": [100, 100],
64 ) 64 "drawsContent": true
65 ) 65 }
66 ) 66 ]
67 ) 67 }
68 ]
69 }
70 ]
71 },
72 {
73 "position": [18, 702],
74 "bounds": [100, 100],
75 "contentsOpaque": true,
76 "drawsContent": true,
77 "backgroundColor": "#FFFF00"
78 }
79 ]
80 }
81 ]
82 }
68 83
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698