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

Side by Side Diff: LayoutTests/platform/mac/virtual/software/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt

Issue 27061002: Fix unittests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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 The yellow box should be 500 x 500 on startup. Then it should stretch to be 500 x 5000, then shrink back down to 500 x 500. This tests that we can resize to a h uge layer and back again and still maintain integrity of the layer tree. 1 The yellow box should be 500 x 500 on startup. Then it should stretch to be 500 x 5000, then shrink back down to 500 x 500. This tests that we can resize to a h uge layer and back again and still maintain integrity of the layer tree.
2 2
3 First (small layer): 3 First (small layer):
4 (GraphicsLayer 4 (GraphicsLayer
5 (bounds 785.00 611.00) 5 (bounds 785.00 611.00)
6 (children 1 6 (children 1
7 (GraphicsLayer 7 (GraphicsLayer
8 (bounds 785.00 611.00) 8 (bounds 785.00 611.00)
9 (contentsOpaque 1) 9 (contentsOpaque 1)
10 (drawsContent 1) 10 (drawsContent 1)
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 (drawsContent 1) 106 (drawsContent 1)
107 (backgroundColor #0000FF) 107 (backgroundColor #0000FF)
108 ) 108 )
109 ) 109 )
110 ) 110 )
111 ) 111 )
112 ) 112 )
113 ) 113 )
114 ) 114 )
115 115
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698