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

Side by Side Diff: LayoutTests/compositing/squashing/selection-repaint-with-gaps-expected.txt

Issue 337173003: Compute paint invalidation rects for selection in the space of the backing GraphicsLayer (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added comment. Created 6 years, 6 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 This test passes if the highlighted area includes the gaps between scrolled chil dren.
2 lorem ipsumlorem ipsumlorem ipsum
3 (GraphicsLayer
4 (bounds 800.00 600.00)
5 (children 1
6 (GraphicsLayer
7 (bounds 800.00 600.00)
8 (contentsOpaque 1)
9 (drawsContent 1)
10 (children 1
11 (GraphicsLayer
12 (children 2
13 (GraphicsLayer
14 (position 8.00 28.00)
15 (bounds 300.00 500.00)
16 )
17 (GraphicsLayer
18 (position 15.00 35.00)
19 (bounds 100.00 210.00)
20 (drawsContent 1)
21 (repaint rects
22 (rect 34.00 80.00 6.00 19.00)
23 (rect 0.00 80.00 35.00 39.00)
24 )
25 )
26 )
27 )
28 )
29 )
30 )
31 )
32 (GraphicsLayer
33 (bounds 800.00 600.00)
34 (children 1
35 (GraphicsLayer
36 (bounds 800.00 600.00)
37 (contentsOpaque 1)
38 (drawsContent 1)
39 (children 1
40 (GraphicsLayer
41 (children 2
42 (GraphicsLayer
43 (position 8.00 28.00)
44 (bounds 300.00 500.00)
45 )
46 (GraphicsLayer
47 (position 15.00 35.00)
48 (bounds 100.00 210.00)
49 (drawsContent 1)
50 (repaint rects
51 (rect 34.00 160.00 6.00 19.00)
52 (rect 34.00 80.00 6.00 39.00)
53 (rect 0.00 160.00 35.00 39.00)
54 (rect 0.00 119.00 100.00 11.00)
55 (rect 0.00 80.00 35.00 39.00)
56 )
57 )
58 )
59 )
60 )
61 )
62 )
63 )
64
OLDNEW
« no previous file with comments | « LayoutTests/compositing/squashing/selection-repaint-with-gaps.html ('k') | Source/core/rendering/RenderObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698