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

Side by Side Diff: LayoutTests/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
(Empty)
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
3 (GraphicsLayer
4 (bounds 1784.00 742.00)
5 (children 1
6 (GraphicsLayer
7 (bounds 1784.00 742.00)
8 (contentsOpaque 1)
9 (drawsContent 1)
10 (children 1
11 (GraphicsLayer
12 (position 28.00 320.00)
13 (bounds 402.00 402.00)
14 (drawsContent 1)
15 (children 4
16 (GraphicsLayer
17 (position 1.00 1.00)
18 (bounds 385.00 385.00)
19 (children 1
20 (GraphicsLayer
21 (bounds 385.00 1260.00)
22 (drawsContent 1)
23 (children 4
24 (GraphicsLayer
25 (position 0.00 330.00)
26 (bounds 100.00 100.00)
27 (contentsOpaque 1)
28 )
29 (GraphicsLayer
30 (position 10.00 630.00)
31 (bounds 180.00 300.00)
32 (contentsOpaque 1)
33 )
34 (GraphicsLayer
35 (position 10.00 950.00)
36 (bounds 180.00 300.00)
37 (contentsOpaque 1)
38 )
39 (GraphicsLayer
40 (position 10.00 10.00)
41 (bounds 180.00 300.00)
42 (contentsOpaque 1)
43 )
44 )
45 )
46 )
47 )
48 (GraphicsLayer
49 (position 1.00 386.00)
50 (bounds 385.00 15.00)
51 (drawsContent 1)
52 )
53 (GraphicsLayer
54 (position 386.00 1.00)
55 (bounds 15.00 385.00)
56 (drawsContent 1)
57 )
58 (GraphicsLayer
59 (position 386.00 386.00)
60 (bounds 15.00 15.00)
61 (drawsContent 1)
62 )
63 )
64 )
65 )
66 )
67 )
68 )
69
70
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698