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

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

Issue 187393003: Auto-rebaseline for r168335 (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)
31 ) 29 )
32 (GraphicsLayer 30 (GraphicsLayer
33 (position 10.00 630.00) 31 (position 10.00 630.00)
34 (bounds 180.00 300.00) 32 (bounds 180.00 300.00)
35 (contentsOpaque 1) 33 (contentsOpaque 1)
36 (drawsContent 1)
37 (backgroundColor #808080)
38 ) 34 )
39 (GraphicsLayer 35 (GraphicsLayer
40 (position 10.00 950.00) 36 (position 10.00 950.00)
41 (bounds 180.00 300.00) 37 (bounds 180.00 300.00)
42 (contentsOpaque 1) 38 (contentsOpaque 1)
43 (drawsContent 1)
44 (backgroundColor #808080)
45 ) 39 )
46 (GraphicsLayer 40 (GraphicsLayer
47 (position 10.00 10.00) 41 (position 10.00 10.00)
48 (bounds 180.00 300.00) 42 (bounds 180.00 300.00)
49 (contentsOpaque 1) 43 (contentsOpaque 1)
50 (drawsContent 1)
51 (backgroundColor #808080)
52 ) 44 )
53 ) 45 )
54 ) 46 )
55 ) 47 )
56 ) 48 )
57 (GraphicsLayer 49 (GraphicsLayer
58 (position 1.00 386.00) 50 (position 1.00 386.00)
59 (bounds 385.00 15.00) 51 (bounds 385.00 15.00)
60 (drawsContent 1) 52 (drawsContent 1)
61 ) 53 )
62 (GraphicsLayer 54 (GraphicsLayer
63 (position 386.00 1.00) 55 (position 386.00 1.00)
64 (bounds 15.00 385.00) 56 (bounds 15.00 385.00)
65 (drawsContent 1) 57 (drawsContent 1)
66 ) 58 )
67 (GraphicsLayer 59 (GraphicsLayer
68 (position 386.00 386.00) 60 (position 386.00 386.00)
69 (bounds 15.00 15.00) 61 (bounds 15.00 15.00)
70 (drawsContent 1) 62 (drawsContent 1)
71 ) 63 )
72 ) 64 )
73 ) 65 )
74 ) 66 )
75 ) 67 )
76 ) 68 )
77 ) 69 )
78 70
79 71
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698