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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/svg/relative-sized-use-on-symbol-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 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
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": "geometry"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGContainer use", 15 "object": "LayoutSVGContainer use",
16 "rect": [45, 87, 328, 328], 16 "rect": [45, 87, 328, 328],
17 "reason": "bounds change" 17 "reason": "geometry"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGPath path", 20 "object": "LayoutSVGPath path",
21 "rect": [45, 87, 328, 328], 21 "rect": [45, 87, 328, 328],
22 "reason": "bounds change" 22 "reason": "geometry"
23 }, 23 },
24 { 24 {
25 "object": "LayoutSVGRoot svg", 25 "object": "LayoutSVGRoot svg",
26 "rect": [45, 87, 328, 328], 26 "rect": [45, 87, 328, 328],
27 "reason": "forced by layout" 27 "reason": "geometry"
28 }, 28 },
29 { 29 {
30 "object": "LayoutSVGViewportContainer svg id='gamesBorder'", 30 "object": "LayoutSVGViewportContainer svg id='gamesBorder'",
31 "rect": [45, 87, 328, 328], 31 "rect": [45, 87, 328, 328],
32 "reason": "bounds change" 32 "reason": "geometry"
33 }, 33 },
34 { 34 {
35 "object": "LayoutSVGPath path", 35 "object": "LayoutSVGPath path",
36 "rect": [16, 59, 136, 137], 36 "rect": [16, 59, 136, 137],
37 "reason": "bounds change" 37 "reason": "geometry"
38 }, 38 },
39 { 39 {
40 "object": "LayoutSVGContainer use", 40 "object": "LayoutSVGContainer use",
41 "rect": [18, 211, 82, 83], 41 "rect": [18, 211, 82, 83],
42 "reason": "bounds change" 42 "reason": "geometry"
43 }, 43 },
44 { 44 {
45 "object": "LayoutSVGPath path", 45 "object": "LayoutSVGPath path",
46 "rect": [18, 211, 82, 83], 46 "rect": [18, 211, 82, 83],
47 "reason": "bounds change" 47 "reason": "geometry"
48 }, 48 },
49 { 49 {
50 "object": "LayoutSVGRoot svg", 50 "object": "LayoutSVGRoot svg",
51 "rect": [18, 211, 82, 83], 51 "rect": [18, 211, 82, 83],
52 "reason": "forced by layout" 52 "reason": "geometry"
53 }, 53 },
54 { 54 {
55 "object": "LayoutSVGViewportContainer svg id='gamesBorder'", 55 "object": "LayoutSVGViewportContainer svg id='gamesBorder'",
56 "rect": [18, 211, 82, 83], 56 "rect": [18, 211, 82, 83],
57 "reason": "bounds change" 57 "reason": "geometry"
58 } 58 }
59 ] 59 ]
60 } 60 }
61 ], 61 ],
62 "objectPaintInvalidations": [ 62 "objectPaintInvalidations": [
63 { 63 {
64 "object": "LayoutBlockFlow div id='contentBox'", 64 "object": "LayoutBlockFlow div id='contentBox'",
65 "reason": "forced by layout" 65 "reason": "geometry"
66 }, 66 },
67 { 67 {
68 "object": "RootInlineBox", 68 "object": "RootInlineBox",
69 "reason": "forced by layout" 69 "reason": "geometry"
70 }, 70 },
71 { 71 {
72 "object": "LayoutSVGRoot svg", 72 "object": "LayoutSVGRoot svg",
73 "reason": "forced by layout" 73 "reason": "geometry"
74 }, 74 },
75 { 75 {
76 "object": "LayoutSVGPath path", 76 "object": "LayoutSVGPath path",
77 "reason": "bounds change" 77 "reason": "geometry"
78 }, 78 },
79 { 79 {
80 "object": "LayoutSVGContainer use", 80 "object": "LayoutSVGContainer use",
81 "reason": "bounds change" 81 "reason": "geometry"
82 }, 82 },
83 { 83 {
84 "object": "LayoutSVGViewportContainer svg id='gamesBorder'", 84 "object": "LayoutSVGViewportContainer svg id='gamesBorder'",
85 "reason": "bounds change" 85 "reason": "geometry"
86 }, 86 },
87 { 87 {
88 "object": "LayoutSVGPath path", 88 "object": "LayoutSVGPath path",
89 "reason": "bounds change" 89 "reason": "geometry"
90 } 90 }
91 ] 91 ]
92 } 92 }
93 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698