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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/absolute-sized-content-with-resources-expected.txt

Issue 2751183002: Update reason after full paint invalidation (Closed)
Patch Set: rebaseline-cl Created 3 years, 9 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
OLDNEW
1 { 1 {
2 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow div id='contentBox'", 10 "object": "LayoutBlockFlow div id='contentBox'",
11 "rect": [8, 52, 402, 402], 11 "rect": [8, 52, 402, 402],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGRect rect",
16 "rect": [42, 119, 334, 268],
17 "reason": "SVG resource change"
18 },
19 {
20 "object": "LayoutSVGEllipse circle", 15 "object": "LayoutSVGEllipse circle",
21 "rect": [242, 253, 167, 200], 16 "rect": [242, 253, 167, 200],
22 "reason": "bounds change" 17 "reason": "bounds change"
23 }, 18 },
24 { 19 {
25 "object": "LayoutSVGEllipse circle", 20 "object": "LayoutSVGEllipse circle",
26 "rect": [242, 53, 167, 200], 21 "rect": [242, 53, 167, 200],
27 "reason": "bounds change" 22 "reason": "bounds change"
28 }, 23 },
29 { 24 {
30 "object": "LayoutSVGEllipse circle", 25 "object": "LayoutSVGEllipse circle",
31 "rect": [9, 253, 167, 200], 26 "rect": [9, 253, 167, 200],
32 "reason": "location change" 27 "reason": "location change"
33 }, 28 },
34 { 29 {
35 "object": "LayoutSVGEllipse circle", 30 "object": "LayoutSVGEllipse circle",
36 "rect": [9, 53, 167, 200], 31 "rect": [9, 53, 167, 200],
37 "reason": "bounds change" 32 "reason": "bounds change"
38 }, 33 },
39 { 34 {
40 "object": "LayoutSVGRect rect",
41 "rect": [17, 219, 84, 68],
42 "reason": "SVG resource change"
43 },
44 {
45 "object": "LayoutSVGEllipse circle", 35 "object": "LayoutSVGEllipse circle",
46 "rect": [67, 253, 42, 67], 36 "rect": [67, 253, 42, 67],
47 "reason": "bounds change" 37 "reason": "bounds change"
48 }, 38 },
49 { 39 {
50 "object": "LayoutSVGEllipse circle", 40 "object": "LayoutSVGEllipse circle",
51 "rect": [67, 186, 42, 67], 41 "rect": [67, 186, 42, 67],
52 "reason": "bounds change" 42 "reason": "bounds change"
53 } 43 }
54 ] 44 ]
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 "object": "LayoutSVGContainer g", 77 "object": "LayoutSVGContainer g",
88 "reason": "bounds change" 78 "reason": "bounds change"
89 }, 79 },
90 { 80 {
91 "object": "LayoutSVGRect rect", 81 "object": "LayoutSVGRect rect",
92 "reason": "SVG resource change" 82 "reason": "SVG resource change"
93 } 83 }
94 ] 84 ]
95 } 85 }
96 86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698