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

Side by Side Diff: LayoutTests/platform/win/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 27 matching lines...) Expand all
69 70
70 -------- 71 --------
71 Frame: '<!--framePath //<!--frame0-->-->' 72 Frame: '<!--framePath //<!--frame0-->-->'
72 -------- 73 --------
73 { 74 {
74 "bounds": [285, 230], 75 "bounds": [285, 230],
75 "children": [ 76 "children": [
76 { 77 {
77 "bounds": [285, 230], 78 "bounds": [285, 230],
78 "drawsContent": true, 79 "drawsContent": true,
80 "backgroundColor": "#C0C0C0",
79 "children": [ 81 "children": [
80 { 82 {
81 "position": [18, 10], 83 "position": [18, 10],
82 "bounds": [210, 210], 84 "bounds": [210, 210],
83 "contentsOpaque": true, 85 "contentsOpaque": true,
84 "drawsContent": true, 86 "drawsContent": true,
85 "backgroundColor": "#0000FF" 87 "backgroundColor": "#0000FF"
86 } 88 }
87 ] 89 ]
88 } 90 }
89 ] 91 ]
90 } 92 }
91 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698