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

Side by Side Diff: LayoutTests/fast/repaint/window-resize-media-query-expected.txt

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

Powered by Google App Engine
This is Rietveld 408576698