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

Side by Side Diff: LayoutTests/fast/repaint/window-resize-viewport-percent-expected.txt

Issue 275543003: Don't always fully repaint on viewport resize (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 width: 200 height: 300 1 width: 200 height: 300
2 (GraphicsLayer 2 (GraphicsLayer
3 (bounds 200.00 300.00) 3 (bounds 200.00 300.00)
4 (children 1 4 (children 1
5 (GraphicsLayer 5 (GraphicsLayer
6 (bounds 200.00 300.00) 6 (bounds 200.00 300.00)
7 (contentsOpaque 1) 7 (contentsOpaque 1)
8 (drawsContent 1) 8 (drawsContent 1)
9 (repaint rects 9 (repaint rects
10 (rect 0.00 0.00 200.00 200.00) 10 (rect 20.00 0.00 10.00 30.00)
11 (rect 0.00 0.00 200.00 200.00) 11 (rect 0.00 20.00 30.00 10.00)
12 (rect 0.00 0.00 200.00 200.00) 12 (rect 0.00 0.00 20.00 20.00)
13 (rect 0.00 0.00 30.00 30.00)
13 ) 14 )
14 ) 15 )
15 ) 16 )
16 ) 17 )
17 width: 300 height: 300 18 width: 300 height: 300
18 (GraphicsLayer 19 (GraphicsLayer
19 (bounds 300.00 300.00) 20 (bounds 300.00 300.00)
20 (children 1 21 (children 1
21 (GraphicsLayer 22 (GraphicsLayer
22 (bounds 300.00 300.00) 23 (bounds 300.00 300.00)
23 (contentsOpaque 1) 24 (contentsOpaque 1)
24 (drawsContent 1) 25 (drawsContent 1)
25 (repaint rects 26 (repaint rects
26 (rect 0.00 0.00 200.00 300.00) 27 (rect 0.00 0.00 200.00 300.00)
27 (rect 0.00 0.00 200.00 300.00) 28 (rect 0.00 0.00 200.00 300.00)
28 (rect 0.00 0.00 200.00 300.00) 29 (rect 0.00 0.00 200.00 300.00)
29 ) 30 )
30 ) 31 )
31 ) 32 )
32 ) 33 )
33 width: 300 height: 250 34 width: 300 height: 250
34 (GraphicsLayer 35 (GraphicsLayer
35 (bounds 300.00 250.00) 36 (bounds 300.00 250.00)
36 (children 1 37 (children 1
37 (GraphicsLayer 38 (GraphicsLayer
38 (bounds 300.00 250.00) 39 (bounds 300.00 250.00)
39 (contentsOpaque 1) 40 (contentsOpaque 1)
40 (drawsContent 1) 41 (drawsContent 1)
41 (repaint rects 42 (repaint rects
42 (rect 0.00 0.00 300.00 300.00) 43 (rect 25.00 0.00 5.00 30.00)
43 (rect 0.00 0.00 300.00 300.00) 44 (rect 0.00 25.00 30.00 5.00)
44 (rect 0.00 0.00 300.00 250.00) 45 (rect 0.00 0.00 30.00 30.00)
46 (rect 0.00 0.00 25.00 25.00)
47 (rect 0.00 250.00 300.00 50.00)
45 ) 48 )
46 ) 49 )
47 ) 50 )
48 ) 51 )
49 width: 250 height: 250 52 width: 250 height: 250
50 (GraphicsLayer 53 (GraphicsLayer
51 (bounds 250.00 250.00) 54 (bounds 250.00 250.00)
52 (children 1 55 (children 1
53 (GraphicsLayer 56 (GraphicsLayer
54 (bounds 250.00 250.00) 57 (bounds 250.00 250.00)
55 (contentsOpaque 1) 58 (contentsOpaque 1)
56 (drawsContent 1) 59 (drawsContent 1)
57 (repaint rects 60 (repaint rects
58 (rect 0.00 0.00 300.00 250.00) 61 (rect 0.00 0.00 300.00 250.00)
59 (rect 0.00 0.00 300.00 250.00) 62 (rect 0.00 0.00 300.00 250.00)
60 (rect 0.00 0.00 250.00 250.00) 63 (rect 0.00 0.00 250.00 250.00)
61 ) 64 )
62 ) 65 )
63 ) 66 )
64 ) 67 )
65 68
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698