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

Side by Side Diff: LayoutTests/compositing/squashing/composited-bounds-for-negative-z-expected.txt

Issue 271863003: Layer squashing causes incorrect rendering while scrolling in Gmail (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Now with comment Created 6 years, 7 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 (GraphicsLayer 1 (GraphicsLayer
2 (bounds 800.00 600.00) 2 (bounds 800.00 600.00)
3 (children 1 3 (children 1
4 (GraphicsLayer 4 (GraphicsLayer
5 (bounds 800.00 600.00) 5 (bounds 800.00 600.00)
6 (contentsOpaque 1) 6 (contentsOpaque 1)
7 (children 1 7 (children 1
8 (GraphicsLayer 8 (GraphicsLayer
9 (bounds 800.00 600.00) 9 (bounds 800.00 408.00)
10 (drawsContent 1) 10 (drawsContent 1)
11 (children 3 11 (children 4
12 (GraphicsLayer 12 (GraphicsLayer
13 (position 8.00 8.00) 13 (position 8.00 100.00)
14 (bounds 10.00 10.00)
14 (contentsOpaque 1) 15 (contentsOpaque 1)
15 (drawsContent 1) 16 (drawsContent 1)
16 (backgroundColor #FF0000) 17 (backgroundColor #FF0000)
18 )
19 (GraphicsLayer
20 (bounds 800.00 408.00)
21 (drawsContent 1)
22 )
23 (GraphicsLayer
24 (position 108.00 100.00)
25 (bounds 300.00 300.00)
17 (children 2 26 (children 2
18 (GraphicsLayer 27 (GraphicsLayer
19 (bounds 160.00 90.00) 28 (bounds 285.00 300.00)
20 (isolate 1)
21 (contentsOpaque 1)
22 (drawsContent 1)
23 (backgroundColor #008000)
24 (children 1 29 (children 1
25 (GraphicsLayer 30 (GraphicsLayer
26 (bounds 160.00 90.00) 31 (bounds 285.00 1000.00)
27 (blendMode multiply) 32 (shouldFlattenTransform 0)
28 ) 33 )
29 ) 34 )
30 ) 35 )
31 (GraphicsLayer 36 (GraphicsLayer
37 (position 285.00 0.00)
38 (bounds 15.00 300.00)
32 (drawsContent 1) 39 (drawsContent 1)
33 ) 40 )
34 ) 41 )
35 ) 42 )
36 (GraphicsLayer 43 (GraphicsLayer
37 (position 8.00 8.00)
38 (contentsOpaque 1)
39 (drawsContent 1)
40 (backgroundColor #FF0000)
41 (children 2 44 (children 2
42 (GraphicsLayer 45 (GraphicsLayer
43 (bounds 160.00 90.00) 46 (position 108.00 100.00)
44 (isolate 1) 47 (bounds 285.00 1000.00)
45 (contentsOpaque 1)
46 (drawsContent 1)
47 (backgroundColor #008000)
48 (children 1
49 (GraphicsLayer
50 (bounds 160.00 90.00)
51 (blendMode multiply)
52 )
53 )
54 ) 48 )
55 (GraphicsLayer 49 (GraphicsLayer
50 (position 108.00 100.00)
51 (bounds 285.00 1000.00)
56 (drawsContent 1) 52 (drawsContent 1)
57 ) 53 )
58 ) 54 )
59 ) 55 )
60 (GraphicsLayer
61 (bounds 800.00 600.00)
62 (drawsContent 1)
63 )
64 ) 56 )
65 ) 57 )
66 ) 58 )
67 ) 59 )
68 ) 60 )
69 ) 61 )
70 62
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698