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

Side by Side Diff: LayoutTests/platform/win/virtual/softwarecompositing/iframes/iframe-resize-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": [470, 190],
15 "drawsContent": true,
16 "children": [
17 {
18 "position": [35, 35],
19 "children": [
20 {
21 "bounds": [385, 120],
22 "children": [
23 {
24 "children": [
25 {
26 "bounds": [385, 230],
27 "children": [
28 {
29 "bounds": [385, 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": [385, 0],
49 "bounds": [15, 120],
50 "drawsContent": true
51 }
52 ]
53 }
54 ]
55 },
56 {
57 "position": [5, 5],
58 "bounds": [50, 50],
59 "drawsContent": true
60 }
61 ]
62 }
63 ]
64 }
65 ]
66 }
67
68
69 --------
70 Frame: '-->'
71 --------
72 {
73 "bounds": [385, 230],
74 "children": [
75 {
76 "bounds": [385, 230],
77 "drawsContent": true,
78 "children": [
79 {
80 "position": [18, 10],
81 "bounds": [210, 210],
82 "contentsOpaque": true,
83 "drawsContent": true,
84 "backgroundColor": "#0000FF"
85 }
86 ]
87 }
88 ]
89 }
90
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698