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

Side by Side Diff: LayoutTests/platform/mac/virtual/softwarecompositing/iframes/connect-compositing-iframe2-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 {
3 "bounds": [800, 600],
4 "children": [
5 {
6 "bounds": [800, 600],
7 "contentsOpaque": true,
8 "drawsContent": true,
9 "children": [
10 {
11 "children": [
12 {
13 "position": [8, 8],
14 "bounds": [370, 220],
15 "drawsContent": true,
16 "children": [
17 {
18 "position": [35, 35],
19 "children": [
20 {
21 "bounds": [285, 150],
22 "children": [
23 {
24 "children": [
25 {
26 "bounds": [285, 230],
27 "children": [
28 {
29 "bounds": [285, 230],
30 "drawsContent": true,
31 "children": [
32 {
33 "position": [18, 10],
34 "bounds": [210, 210],
35 "contentsOpaque": true,
36 "drawsContent": true,
37 "backgroundColor": "#0000FF"
38 }
39 ]
40 }
41 ]
42 }
43 ]
44 }
45 ]
46 },
47 {
48 "position": [285, 0],
49 "bounds": [15, 150]
50 }
51 ]
52 }
53 ]
54 },
55 {
56 "position": [5, 5],
57 "bounds": [50, 50],
58 "drawsContent": true
59 }
60 ]
61 }
62 ]
63 }
64 ]
65 }
66
67
68 --------
69 Frame: '<!--framePath //<!--frame0-->-->'
70 --------
71 {
72 "bounds": [285, 230],
73 "children": [
74 {
75 "bounds": [285, 230],
76 "drawsContent": true,
77 "children": [
78 {
79 "position": [18, 10],
80 "bounds": [210, 210],
81 "contentsOpaque": true,
82 "drawsContent": true,
83 "backgroundColor": "#0000FF"
84 }
85 ]
86 }
87 ]
88 }
89
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698