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

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

Issue 348583003: Auto-rebaseline for r176651 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 "bounds": [210, 210], 81 "bounds": [210, 210],
82 "contentsOpaque": true, 82 "contentsOpaque": true,
83 "drawsContent": true, 83 "drawsContent": true,
84 "backgroundColor": "#0000FF" 84 "backgroundColor": "#0000FF"
85 } 85 }
86 ] 86 ]
87 } 87 }
88 ] 88 ]
89 } 89 }
90 90
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698