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

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

Issue 99903006: Revert "See also webkit.org/b/113415" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years 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 722.00)
5 (children 1 5 (children 1
6 (GraphicsLayer 6 (GraphicsLayer
7 (bounds 1784.00 742.00) 7 (bounds 1784.00 722.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 1250.00)
22 (drawsContent 1) 22 (drawsContent 1)
23 (children 4 23 (children 4
24 (GraphicsLayer 24 (GraphicsLayer
25 (position 0.00 330.00) 25 (position 0.00 330.00)
26 (bounds 100.00 100.00) 26 (bounds 100.00 100.00)
27 (contentsOpaque 1) 27 (contentsOpaque 1)
28 ) 28 )
29 (GraphicsLayer 29 (GraphicsLayer
30 (position 10.00 630.00) 30 (position 10.00 630.00)
31 (bounds 180.00 300.00) 31 (bounds 180.00 300.00)
32 (contentsOpaque 1) 32 (contentsOpaque 1)
33 ) 33 )
34 (GraphicsLayer 34 (GraphicsLayer
35 (position 10.00 950.00) 35 (position 10.00 950.00)
36 (bounds 180.00 300.00) 36 (bounds 180.00 300.00)
37 (contentsOpaque 1) 37 (contentsOpaque 1)
38 ) 38 )
39 (GraphicsLayer 39 (GraphicsLayer
40 (position 10.00 10.00) 40 (position 10.00 10.00)
41 (bounds 180.00 300.00) 41 (bounds 180.00 300.00)
42 (contentsOpaque 1) 42 (contentsOpaque 1)
43 ) 43 )
44 ) 44 )
45 ) 45 )
46 ) 46 )
47 ) 47 )
48 (GraphicsLayer 48 (GraphicsLayer
49 (position 1.00 386.00) 49 (position 1.00 386.00)
50 (bounds 385.00 15.00) 50 (bounds 385.00 15.00)
51 (drawsContent 1)
52 ) 51 )
53 (GraphicsLayer 52 (GraphicsLayer
54 (position 386.00 1.00) 53 (position 386.00 1.00)
55 (bounds 15.00 385.00) 54 (bounds 15.00 385.00)
56 (drawsContent 1)
57 ) 55 )
58 (GraphicsLayer 56 (GraphicsLayer
59 (position 386.00 386.00) 57 (position 386.00 386.00)
60 (bounds 15.00 15.00) 58 (bounds 15.00 15.00)
61 (drawsContent 1) 59 (drawsContent 1)
62 ) 60 )
63 ) 61 )
64 ) 62 )
65 ) 63 )
66 ) 64 )
67 ) 65 )
68 ) 66 )
69 67
70 68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698