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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/iframes/connect-compositing-iframe-delayed-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 When the parent document becomes composited, the layer trees should get connecte d together. 2 When the parent document becomes composited, the layer trees should get connecte d together.
3 3
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "children": [ 6 "children": [
7 { 7 {
8 "bounds": [800, 600], 8 "bounds": [800, 600],
9 "contentsOpaque": true, 9 "contentsOpaque": true,
10 "drawsContent": true, 10 "drawsContent": true,
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 "bounds": [100, 100], 59 "bounds": [100, 100],
60 "contentsOpaque": true, 60 "contentsOpaque": true,
61 "drawsContent": true, 61 "drawsContent": true,
62 "backgroundColor": "#0000FF" 62 "backgroundColor": "#0000FF"
63 } 63 }
64 ] 64 ]
65 } 65 }
66 ] 66 ]
67 } 67 }
68 68
69
70 --------
71 Frame: '<!--framePath //<!--frame0-->-->'
72 --------
73 {
74 "bounds": [285, 230],
75 "children": [
76 {
77 "bounds": [285, 230],
78 "drawsContent": true,
79 "backgroundColor": "#C0C0C0",
80 "children": [
81 {
82 "position": [18, 10],
83 "bounds": [210, 210],
84 "contentsOpaque": true,
85 "drawsContent": true,
86 "backgroundColor": "#0000FF"
87 }
88 ]
89 }
90 ]
91 }
92
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698