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

Side by Side Diff: LayoutTests/fast/repaint/window-resize-background-image-non-fixed-expected.txt

Issue 293063016: Exclude cases of full repaint on viewport height change (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase 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
1 (GraphicsLayer 1 (GraphicsLayer
2 (bounds 200.00 300.00) 2 (bounds 200.00 300.00)
3 (children 1 3 (children 1
4 (GraphicsLayer 4 (GraphicsLayer
5 (bounds 200.00 300.00) 5 (bounds 200.00 300.00)
6 (contentsOpaque 1) 6 (contentsOpaque 1)
7 (drawsContent 1) 7 (drawsContent 1)
8 (repaint rects 8 (repaint rects
9 (rect 0.00 0.00 200.00 200.00)
10 ) 9 )
11 ) 10 )
12 ) 11 )
13 ) 12 )
14 (GraphicsLayer 13 (GraphicsLayer
15 (bounds 300.00 300.00) 14 (bounds 300.00 300.00)
16 (children 1 15 (children 1
17 (GraphicsLayer 16 (GraphicsLayer
18 (bounds 300.00 300.00) 17 (bounds 300.00 300.00)
19 (contentsOpaque 1) 18 (contentsOpaque 1)
(...skipping 25 matching lines...) Expand all
45 (contentsOpaque 1) 44 (contentsOpaque 1)
46 (drawsContent 1) 45 (drawsContent 1)
47 (repaint rects 46 (repaint rects
48 (rect 250.00 0.00 50.00 250.00) 47 (rect 250.00 0.00 50.00 250.00)
49 (rect 0.00 0.00 300.00 250.00) 48 (rect 0.00 0.00 300.00 250.00)
50 ) 49 )
51 ) 50 )
52 ) 51 )
53 ) 52 )
54 53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698