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

Side by Side Diff: LayoutTests/platform/android/virtual/softwarecompositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-expected.txt

Issue 473473003: Remove virtual/softwarecompositing suite (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 4 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
(Empty)
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
3 (GraphicsLayer
4 (bounds 800.00 600.00)
5 (children 1
6 (GraphicsLayer
7 (bounds 800.00 600.00)
8 (contentsOpaque 1)
9 (drawsContent 1)
10 (children 1
11 (GraphicsLayer
12 (position 10.00 100.00)
13 (bounds 100.00 100.00)
14 (contentsOpaque 1)
15 (drawsContent 1)
16 (backgroundColor #00FF00)
17 )
18 )
19 )
20 )
21 )
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698