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

Side by Side Diff: LayoutTests/platform/android/virtual/softwarecompositing/layer-creation/fixed-position-change-out-of-view-in-view-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 Layer tree when the fixed elements are out-of-view (should have just a root laye r):
2 (GraphicsLayer
3 (bounds 785.00 4016.00)
4 (children 1
5 (GraphicsLayer
6 (bounds 785.00 4016.00)
7 (contentsOpaque 1)
8 (drawsContent 1)
9 )
10 )
11 )
12 Layer tree when the fixed elements are in-view (both fixed elements should have layers):
13 (GraphicsLayer
14 (bounds 785.00 4016.00)
15 (children 1
16 (GraphicsLayer
17 (bounds 785.00 4016.00)
18 (contentsOpaque 1)
19 (drawsContent 1)
20 (children 2
21 (GraphicsLayer
22 (position 100.00 50.00)
23 (bounds 10.00 10.00)
24 (contentsOpaque 1)
25 (drawsContent 1)
26 (backgroundColor #C0C0C0)
27 )
28 (GraphicsLayer
29 (position 100.00 100.00)
30 (bounds 10.00 10.00)
31 (contentsOpaque 1)
32 (drawsContent 1)
33 (backgroundColor #C0C0C0)
34 )
35 )
36 )
37 )
38 )
39 Layer tree when the fixed elements are out-of-view again (should have just a roo t layer):
40 (GraphicsLayer
41 (bounds 785.00 4016.00)
42 (children 1
43 (GraphicsLayer
44 (bounds 785.00 4016.00)
45 (contentsOpaque 1)
46 (drawsContent 1)
47 )
48 )
49 )
50
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698