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

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

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

Powered by Google App Engine
This is Rietveld 408576698