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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/iframes/overlapped-iframe-iframe-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 "bounds": [304, 304], 10 "bounds": [304, 304],
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 { 49 {
50 "position": [250, 0], 50 "position": [250, 0],
51 "bounds": [304, 304], 51 "bounds": [304, 304],
52 "drawsContent": true 52 "drawsContent": true
53 } 53 }
54 ] 54 ]
55 } 55 }
56 ] 56 ]
57 } 57 }
58 58
59
60 --------
61 Frame: '-->'
62 --------
63 {
64 "bounds": [300, 300],
65 "children": [
66 {
67 "bounds": [300, 300],
68 "drawsContent": true,
69 "backgroundColor": "#C0C0C0",
70 "children": [
71 {
72 "position": [18, 10],
73 "bounds": [210, 210],
74 "contentsOpaque": true,
75 "drawsContent": true,
76 "backgroundColor": "#0000FF"
77 }
78 ]
79 }
80 ]
81 }
82
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698