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

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

Powered by Google App Engine
This is Rietveld 408576698