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

Side by Side Diff: LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-expected.txt

Issue 13828004: Avoid compositing fixed-position elements if they cannot scroll (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased and addressed feedback 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 Even though the fixed-position element's container is nonscrollable, it should s till be composited because one of its ancestors is scrolling.
2
1 (GraphicsLayer 3 (GraphicsLayer
2 (bounds 800.00 600.00) 4 (bounds 800.00 600.00)
3 (children 1 5 (children 1
4 (GraphicsLayer 6 (GraphicsLayer
5 (bounds 800.00 600.00) 7 (bounds 800.00 600.00)
6 (contentsOpaque 1) 8 (contentsOpaque 1)
7 (children 1 9 (children 1
8 (GraphicsLayer 10 (GraphicsLayer
9 (position 8.00 8.00) 11 (position 10.00 100.00)
10 (bounds 100.00 100.00) 12 (bounds 100.00 100.00)
11 (opacity 0.50)
12 (contentsOpaque 1) 13 (contentsOpaque 1)
13 (drawsContent 1) 14 (drawsContent 1)
14 (backgroundColor #008000) 15 (backgroundColor #00FF00)
15 ) 16 )
16 ) 17 )
17 ) 18 )
18 ) 19 )
19 ) 20 )
20 21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698