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

Side by Side Diff: LayoutTests/platform/win/virtual/gpu/compositedscrolling/overflow/opt-in-all-layers-after-unclipped-descendant-expected.txt

Issue 185533003: Auto-rebaseline for r168245 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 This test ensures elements coming after an unclipped sibling in stacking order w ill get promoted. This is necessary because otherwise the element will render be hind the unclipped sibling at first, until overlap is checked. 1 This test ensures elements coming after an unclipped sibling in stacking order w ill get promoted. This is necessary because otherwise the element will render be hind the unclipped sibling at first, until overlap is checked.
2 2
3 (GraphicsLayer 3 (GraphicsLayer
4 (bounds 1784.00 742.00) 4 (bounds 1784.00 742.00)
5 (children 1 5 (children 1
6 (GraphicsLayer 6 (GraphicsLayer
7 (bounds 1784.00 742.00) 7 (bounds 1784.00 742.00)
8 (contentsOpaque 1) 8 (contentsOpaque 1)
9 (drawsContent 1) 9 (drawsContent 1)
10 (children 1 10 (children 1
11 (GraphicsLayer 11 (GraphicsLayer
12 (position 28.00 320.00) 12 (position 28.00 320.00)
13 (bounds 402.00 402.00) 13 (bounds 402.00 402.00)
14 (drawsContent 1) 14 (drawsContent 1)
15 (children 4 15 (children 4
16 (GraphicsLayer 16 (GraphicsLayer
17 (position 1.00 1.00) 17 (position 1.00 1.00)
18 (bounds 385.00 385.00) 18 (bounds 385.00 385.00)
19 (children 1 19 (children 1
20 (GraphicsLayer 20 (GraphicsLayer
21 (bounds 385.00 1260.00) 21 (bounds 385.00 1260.00)
22 (shouldFlattenTransform 0) 22 (shouldFlattenTransform 0)
23 (drawsContent 1) 23 (drawsContent 1)
24 (children 4 24 (children 4
25 (GraphicsLayer 25 (GraphicsLayer
26 (position 0.00 330.00) 26 (position 0.00 330.00)
27 (bounds 100.00 100.00) 27 (bounds 100.00 100.00)
28 (contentsOpaque 1) 28 (contentsOpaque 1)
29 (drawsContent 1)
30 (backgroundColor #0000FF)
29 ) 31 )
30 (GraphicsLayer 32 (GraphicsLayer
31 (position 10.00 630.00) 33 (position 10.00 630.00)
32 (bounds 180.00 300.00) 34 (bounds 180.00 300.00)
33 (contentsOpaque 1) 35 (contentsOpaque 1)
36 (drawsContent 1)
37 (backgroundColor #808080)
34 ) 38 )
35 (GraphicsLayer 39 (GraphicsLayer
36 (position 10.00 950.00) 40 (position 10.00 950.00)
37 (bounds 180.00 300.00) 41 (bounds 180.00 300.00)
38 (contentsOpaque 1) 42 (contentsOpaque 1)
43 (drawsContent 1)
44 (backgroundColor #808080)
39 ) 45 )
40 (GraphicsLayer 46 (GraphicsLayer
41 (position 10.00 10.00) 47 (position 10.00 10.00)
42 (bounds 180.00 300.00) 48 (bounds 180.00 300.00)
43 (contentsOpaque 1) 49 (contentsOpaque 1)
50 (drawsContent 1)
51 (backgroundColor #808080)
44 ) 52 )
45 ) 53 )
46 ) 54 )
47 ) 55 )
48 ) 56 )
49 (GraphicsLayer 57 (GraphicsLayer
50 (position 1.00 386.00) 58 (position 1.00 386.00)
51 (bounds 385.00 15.00) 59 (bounds 385.00 15.00)
52 (drawsContent 1) 60 (drawsContent 1)
53 ) 61 )
54 (GraphicsLayer 62 (GraphicsLayer
55 (position 386.00 1.00) 63 (position 386.00 1.00)
56 (bounds 15.00 385.00) 64 (bounds 15.00 385.00)
57 (drawsContent 1) 65 (drawsContent 1)
58 ) 66 )
59 (GraphicsLayer 67 (GraphicsLayer
60 (position 386.00 386.00) 68 (position 386.00 386.00)
61 (bounds 15.00 15.00) 69 (bounds 15.00 15.00)
62 (drawsContent 1) 70 (drawsContent 1)
63 ) 71 )
64 ) 72 )
65 ) 73 )
66 ) 74 )
67 ) 75 )
68 ) 76 )
69 ) 77 )
70 78
71 79
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698