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

Side by Side Diff: LayoutTests/virtual/softwarecompositing/layer-creation/overlap-animation-clipping-expected.txt

Issue 473473003: Remove virtual/softwarecompositing suite (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 4 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
(Empty)
1 {
2 "bounds": [785, 812],
3 "children": [
4 {
5 "bounds": [785, 812],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "children": [
9 {
10 "position": [18, 120],
11 "bounds": [100, 100],
12 "contentsOpaque": true,
13 "drawsContent": true,
14 "backgroundColor": "#0000FF",
15 "transform": [
16 [...],
17 [...],
18 [...],
19 [...]
20 ]
21 },
22 {
23 "position": [58, 230],
24 "bounds": [122, 462],
25 "contentsOpaque": true,
26 "drawsContent": true,
27 "backgroundColor": "#FFFFFF",
28 "children": [
29 {
30 "position": [1, 1],
31 "bounds": [120, 460],
32 "children": [
33 {
34 "position": [10, 10],
35 "bounds": [100, 100],
36 "contentsOpaque": true,
37 "drawsContent": true,
38 "backgroundColor": "#808080",
39 "transform": [
40 [...],
41 [...],
42 [...],
43 [...]
44 ]
45 },
46 {
47 "children": [
48 {
49 "position": [10, 230],
50 "bounds": [100, 100],
51 "contentsOpaque": true,
52 "drawsContent": true,
53 "backgroundColor": "#0000FF",
54 "transform": [
55 [...],
56 [...],
57 [...],
58 [...]
59 ]
60 },
61 {
62 "position": [10, 340],
63 "bounds": [100, 100],
64 "drawsContent": true
65 }
66 ]
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 }
83
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698