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

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

Issue 15425006: Revert "Remove NonCompositedContentHost" and follow-up rebaselining. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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 (GraphicsLayer 4 (GraphicsLayer
5 (bounds 800.00 600.00) 5 (bounds 800.00 600.00)
6 (children 1 6 (children 1
7 (GraphicsLayer 7 (GraphicsLayer
8 (bounds 800.00 600.00) 8 (bounds 800.00 600.00)
9 (contentsOpaque 1) 9 (contentsOpaque 1)
10 (drawsContent 1)
11 (children 2 10 (children 2
12 (GraphicsLayer 11 (GraphicsLayer
13 (position 8.00 108.00) 12 (position 8.00 108.00)
14 (bounds 370.00 220.00) 13 (bounds 370.00 220.00)
15 (drawsContent 1) 14 (drawsContent 1)
16 (children 1 15 (children 1
17 (GraphicsLayer 16 (GraphicsLayer
18 (position 35.00 35.00) 17 (position 35.00 35.00)
19 (children 2 18 (children 2
20 (GraphicsLayer 19 (GraphicsLayer
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 (bounds 100.00 100.00) 57 (bounds 100.00 100.00)
59 (contentsOpaque 1) 58 (contentsOpaque 1)
60 (drawsContent 1) 59 (drawsContent 1)
61 (backgroundColor #0000FF) 60 (backgroundColor #0000FF)
62 ) 61 )
63 ) 62 )
64 ) 63 )
65 ) 64 )
66 ) 65 )
67 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698