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

Side by Side Diff: LayoutTests/platform/mac-snowleopard/compositing/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)
(...skipping 29 matching lines...) Expand all
61 (drawsContent 1) 61 (drawsContent 1)
62 ) 62 )
63 ) 63 )
64 ) 64 )
65 ) 65 )
66 ) 66 )
67 ) 67 )
68 ) 68 )
69 69
70 70
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698