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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/android/compositing/iframes/invisible-nested-iframe-hide-expected.txt

Issue 2060083002: LocalFrame::localLayerTreeAsText() ==> layerTreeAsText() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
OLDNEW
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "children": [ 8 "children": [
9 { 9 {
10 "position": [18, 10], 10 "position": [18, 10],
11 "bounds": [210, 210], 11 "bounds": [210, 210],
12 "contentsOpaque": true, 12 "contentsOpaque": true,
13 "drawsContent": true, 13 "drawsContent": true,
14 "backgroundColor": "#0000FF" 14 "backgroundColor": "#0000FF"
15 } 15 }
16 ] 16 ]
17 } 17 }
18 ] 18 ]
19 } 19 }
20 20
21
22 --------
23 Frame: '-->'
24 --------
25 {
26 "bounds": [285, 193],
27 "children": [
28 {
29 "bounds": [285, 193],
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 "bounds": [250, 170],
40 "children": [
41 {
42 "bounds": [250, 170],
43 "children": [
44 {
45 "children": [
46 {
47 "bounds": [250, 230],
48 "children": [
49 {
50 "bounds": [250, 230],
51 "drawsContent": true,
52 "backgroundColor": "#C0C0C0",
53 "children": [
54 {
55 "position": [18, 10],
56 "bounds": [210, 210],
57 "contentsOpaque": true,
58 "drawsContent": true,
59 "backgroundColor": "#0000FF"
60 }
61 ]
62 }
63 ]
64 }
65 ]
66 }
67 ]
68 }
69 ]
70 }
71 ]
72 }
73 ]
74 }
75 ]
76 }
77
78
79 --------
80 Frame: '/-->'
81 --------
82 {
83 "bounds": [250, 230],
84 "children": [
85 {
86 "bounds": [250, 230],
87 "drawsContent": true,
88 "backgroundColor": "#C0C0C0",
89 "children": [
90 {
91 "position": [18, 10],
92 "bounds": [210, 210],
93 "contentsOpaque": true,
94 "drawsContent": true,
95 "backgroundColor": "#0000FF"
96 }
97 ]
98 }
99 ]
100 }
101
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698