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

Side by Side Diff: LayoutTests/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt

Issue 13828004: Avoid compositing fixed-position elements if they cannot scroll (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 Layer tree when the fixed elements are out-of-view (should be blank): 1 Layer tree when the fixed elements are out-of-view (should be blank):
2 Layer tree when the fixed elements are in-view (both fixed elements should have layers): 2 Layer tree when the fixed elements are in-view (both fixed elements should have layers):
3 (GraphicsLayer 3 (GraphicsLayer
4 (bounds 800.00 600.00) 4 (bounds 785.00 4016.00)
5 (children 1 5 (children 1
6 (GraphicsLayer 6 (GraphicsLayer
7 (bounds 800.00 600.00) 7 (bounds 785.00 4016.00)
8 (contentsOpaque 1) 8 (contentsOpaque 1)
9 (children 2 9 (children 2
10 (GraphicsLayer 10 (GraphicsLayer
11 (position 100.00 50.00) 11 (position 100.00 50.00)
12 (bounds 10.00 10.00) 12 (bounds 10.00 10.00)
13 (contentsOpaque 1) 13 (contentsOpaque 1)
14 ) 14 )
15 (GraphicsLayer 15 (GraphicsLayer
16 (position 100.00 100.00) 16 (position 100.00 100.00)
17 (bounds 10.00 10.00) 17 (bounds 10.00 10.00)
18 (contentsOpaque 1) 18 (contentsOpaque 1)
19 ) 19 )
20 ) 20 )
21 ) 21 )
22 ) 22 )
23 ) 23 )
24 Layer tree when the fixed elements are out-of-view again (should be blank): 24 Layer tree when the fixed elements are out-of-view again (should be blank):
25 25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698