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

Side by Side Diff: LayoutTests/svg/filters/filter-refresh-expected.txt

Issue 395463003: Invalidate previous paint rect in RenderObject::paintInvalidationForWholeRenderer() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Simplified Created 6 years, 5 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 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [140, 140, 36, 36], 9 [140, 140, 36, 36],
10 [140, 140, 36, 36], 10 [140, 140, 36, 36],
(...skipping 25 matching lines...) Expand all
36 [50, 130, 30, 30], 36 [50, 130, 30, 30],
37 [50, 130, 30, 30], 37 [50, 130, 30, 30],
38 [50, 130, 30, 30], 38 [50, 130, 30, 30],
39 [50, 90, 36, 36], 39 [50, 90, 36, 36],
40 [50, 90, 30, 30], 40 [50, 90, 30, 30],
41 [50, 90, 30, 30], 41 [50, 90, 30, 30],
42 [50, 90, 30, 30], 42 [50, 90, 30, 30],
43 [50, 50, 36, 36], 43 [50, 50, 36, 36],
44 [50, 50, 30, 30], 44 [50, 50, 30, 30],
45 [50, 50, 30, 30], 45 [50, 50, 30, 30],
46 [50, 50, 30, 30],
47 [10, 170, 30, 30], 46 [10, 170, 30, 30],
48 [10, 170, 30, 30], 47 [10, 170, 30, 30],
49 [10, 170, 30, 30], 48 [10, 170, 30, 30],
50 [10, 130, 30, 30], 49 [10, 130, 30, 30],
51 [10, 130, 30, 30], 50 [10, 130, 30, 30],
52 [10, 130, 30, 30], 51 [10, 130, 30, 30],
53 [10, 90, 30, 30], 52 [10, 90, 30, 30],
54 [10, 90, 30, 30], 53 [10, 90, 30, 30],
55 [10, 90, 30, 30], 54 [10, 90, 30, 30],
56 [10, 50, 30, 30], 55 [10, 50, 30, 30],
57 [10, 50, 30, 30], 56 [10, 50, 30, 30],
58 [10, 50, 30, 30],
59 [0, 10, 30, 30], 57 [0, 10, 30, 30],
60 [0, 10, 30, 30] 58 [0, 10, 30, 30]
61 ] 59 ]
62 } 60 }
63 ] 61 ]
64 } 62 }
65 63
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698