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

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: 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 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 18.00 10.00) 11 (position 10.00 100.00)
10 (bounds 100.00 100.00) 12 (bounds 100.00 100.00)
11 (contentsOpaque 1) 13 (contentsOpaque 1)
12 ) 14 )
13 ) 15 )
14 ) 16 )
15 ) 17 )
16 ) 18 )
17 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698