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

Side by Side Diff: LayoutTests/compositing/repaint/fixed-pos-with-composited-child-expected.txt

Issue 25110005: Composited fixed-pos element should still cause repaints if it paintsIntoCompositedAncestor (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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 (GraphicsLayer
2 (bounds 785.00 4021.00)
3 (children 1
4 (GraphicsLayer
5 (bounds 785.00 4021.00)
6 (contentsOpaque 1)
7 (drawsContent 1)
8 (repaint rects
9 (rect 0.00 500.00 400.00 200.00)
10 )
11 (children 1
12 (GraphicsLayer
13 (position 0.00 600.00)
14 (bounds 400.00 100.00)
15 (contentsOpaque 1)
16 (backgroundColor #A0A0A0)
17 (children 1
18 (GraphicsLayer
19 (bounds 400.00 100.00)
20 (children 1
21 (GraphicsLayer
22 (bounds 200.00 100.00)
23 (contentsOpaque 1)
24 (drawsContent 1)
25 (backgroundColor #00A0A0)
26 )
27 )
28 )
29 )
30 )
31 )
32 )
33 )
34 )
35
OLDNEW
« no previous file with comments | « LayoutTests/compositing/repaint/fixed-pos-with-composited-child.html ('k') | Source/core/page/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698