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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/iframes/connect-compositing-iframe3-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 { 2 {
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "bounds": [800, 600], 6 "bounds": [800, 600],
7 "contentsOpaque": true, 7 "contentsOpaque": true,
8 "drawsContent": true, 8 "drawsContent": true,
9 "children": [ 9 "children": [
10 { 10 {
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 } 50 }
51 ] 51 ]
52 } 52 }
53 ] 53 ]
54 } 54 }
55 ] 55 ]
56 } 56 }
57 ] 57 ]
58 } 58 }
59 59
60
61 --------
62 Frame: '<!--framePath //<!--frame0-->-->'
63 --------
64 {
65 "bounds": [285, 230],
66 "children": [
67 {
68 "bounds": [285, 230],
69 "drawsContent": true,
70 "backgroundColor": "#C0C0C0",
71 "children": [
72 {
73 "position": [18, 10],
74 "bounds": [210, 210],
75 "contentsOpaque": true,
76 "drawsContent": true,
77 "backgroundColor": "#0000FF"
78 }
79 ]
80 }
81 ]
82 }
83
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698