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

Side by Side Diff: LayoutTests/virtual/softwarecompositing/layer-creation/overlap-animation-container-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
(Empty)
1 Before:
2 (GraphicsLayer
3 (bounds 785.00 802.00)
4 (children 1
5 (GraphicsLayer
6 (bounds 785.00 802.00)
7 (contentsOpaque 1)
8 (drawsContent 1)
9 (children 2
10 (GraphicsLayer
11 (children 2
12 (GraphicsLayer
13 (position 18.00 120.00)
14 (bounds 100.00 100.00)
15 (contentsOpaque 1)
16 (drawsContent 1)
17 (backgroundColor #0000FF)
18 (transform ...)
19 )
20 (GraphicsLayer
21 (position 46.00 230.00)
22 (bounds 146.00 452.00)
23 (drawsContent 1)
24 )
25 )
26 )
27 (GraphicsLayer
28 (children 2
29 (GraphicsLayer
30 (position 69.00 241.00)
31 (bounds 100.00 100.00)
32 (contentsOpaque 1)
33 (drawsContent 1)
34 (backgroundColor #808080)
35 (transform ...)
36 )
37 (GraphicsLayer
38 (position 18.00 692.00)
39 (bounds 100.00 100.00)
40 (drawsContent 1)
41 )
42 )
43 )
44 )
45 )
46 )
47 )
48
49 After:
50 (GraphicsLayer
51 (bounds 785.00 802.00)
52 (children 1
53 (GraphicsLayer
54 (bounds 785.00 802.00)
55 (contentsOpaque 1)
56 (drawsContent 1)
57 (children 2
58 (GraphicsLayer
59 (children 2
60 (GraphicsLayer
61 (position 18.00 120.00)
62 (bounds 100.00 100.00)
63 (contentsOpaque 1)
64 (drawsContent 1)
65 (backgroundColor #0000FF)
66 (transform ...)
67 )
68 (GraphicsLayer
69 (position 46.00 230.00)
70 (bounds 146.00 452.00)
71 (drawsContent 1)
72 )
73 )
74 )
75 (GraphicsLayer
76 (children 2
77 (GraphicsLayer
78 (position 69.00 241.00)
79 (bounds 100.00 100.00)
80 (contentsOpaque 1)
81 (drawsContent 1)
82 (backgroundColor #808080)
83 (transform ...)
84 )
85 (GraphicsLayer
86 (position 18.00 328.00)
87 (bounds 174.00 464.00)
88 (drawsContent 1)
89 )
90 )
91 )
92 )
93 )
94 )
95 )
96
OLDNEW
« no previous file with comments | « LayoutTests/compositing/squashing/composited-bounds-for-negative-z-expected.txt ('k') | Source/core/rendering/RenderLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698