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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/relative-sized-use-on-symbol-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": "LayoutSVGPath path", 15 "object": "LayoutSVGPath path",
16 "rect": [45, 87, 328, 328],
17 "reason": "bounds change"
18 },
19 {
20 "object": "LayoutSVGViewportContainer svg id='gamesBorder'",
21 "rect": [45, 87, 328, 328],
22 "reason": "bounds change"
23 },
24 {
25 "object": "LayoutSVGPath path",
26 "rect": [16, 59, 136, 137], 16 "rect": [16, 59, 136, 137],
27 "reason": "bounds change" 17 "reason": "bounds change"
28 },
29 {
30 "object": "LayoutSVGPath path",
31 "rect": [18, 211, 82, 83],
32 "reason": "bounds change"
33 },
34 {
35 "object": "LayoutSVGViewportContainer svg id='gamesBorder'",
36 "rect": [18, 211, 82, 83],
37 "reason": "bounds change"
38 } 18 }
39 ] 19 ]
40 } 20 }
41 ], 21 ],
42 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
43 { 23 {
44 "object": "LayoutBlockFlow div id='contentBox'", 24 "object": "LayoutBlockFlow div id='contentBox'",
45 "reason": "forced by layout" 25 "reason": "forced by layout"
46 }, 26 },
47 { 27 {
(...skipping 16 matching lines...) Expand all
64 "object": "LayoutSVGViewportContainer svg id='gamesBorder'", 44 "object": "LayoutSVGViewportContainer svg id='gamesBorder'",
65 "reason": "bounds change" 45 "reason": "bounds change"
66 }, 46 },
67 { 47 {
68 "object": "LayoutSVGPath path", 48 "object": "LayoutSVGPath path",
69 "reason": "bounds change" 49 "reason": "bounds change"
70 } 50 }
71 ] 51 ]
72 } 52 }
73 53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698