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

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

Powered by Google App Engine
This is Rietveld 408576698