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

Side by Side Diff: LayoutTests/platform/mac/compositing/iframes/connect-compositing-iframe-delayed-expected.txt

Issue 1181023003: Auto-rebaseline for r196973 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Annotate | Revision Log
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 11 matching lines...) Expand all
22 "bounds": [285, 150], 22 "bounds": [285, 150],
23 "children": [ 23 "children": [
24 { 24 {
25 "children": [ 25 "children": [
26 { 26 {
27 "bounds": [285, 230], 27 "bounds": [285, 230],
28 "children": [ 28 "children": [
29 { 29 {
30 "bounds": [285, 230], 30 "bounds": [285, 230],
31 "drawsContent": true, 31 "drawsContent": true,
32 "backgroundColor": "#C0C0C0",
32 "children": [ 33 "children": [
33 { 34 {
34 "position": [18, 10], 35 "position": [18, 10],
35 "bounds": [210, 210], 36 "bounds": [210, 210],
36 "contentsOpaque": true, 37 "contentsOpaque": true,
37 "drawsContent": true, 38 "drawsContent": true,
38 "backgroundColor": "#0000FF" 39 "backgroundColor": "#0000FF"
39 } 40 }
40 ] 41 ]
41 } 42 }
(...skipping 26 matching lines...) Expand all
68 69
69 -------- 70 --------
70 Frame: '<!--framePath //<!--frame0-->-->' 71 Frame: '<!--framePath //<!--frame0-->-->'
71 -------- 72 --------
72 { 73 {
73 "bounds": [285, 230], 74 "bounds": [285, 230],
74 "children": [ 75 "children": [
75 { 76 {
76 "bounds": [285, 230], 77 "bounds": [285, 230],
77 "drawsContent": true, 78 "drawsContent": true,
79 "backgroundColor": "#C0C0C0",
78 "children": [ 80 "children": [
79 { 81 {
80 "position": [18, 10], 82 "position": [18, 10],
81 "bounds": [210, 210], 83 "bounds": [210, 210],
82 "contentsOpaque": true, 84 "contentsOpaque": true,
83 "drawsContent": true, 85 "drawsContent": true,
84 "backgroundColor": "#0000FF" 86 "backgroundColor": "#0000FF"
85 } 87 }
86 ] 88 ]
87 } 89 }
88 ] 90 ]
89 } 91 }
90 92
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698