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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/svg/absolute-sized-content-with-resources-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
(Empty)
1 {
2 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutBlockFlow div id='contentBox'",
11 "rect": [8, 50, 402, 402],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutSVGContainer g",
16 "rect": [42, 117, 334, 268],
17 "reason": "bounds change"
18 },
19 {
20 "object": "LayoutSVGRect rect",
21 "rect": [42, 117, 334, 268],
22 "reason": "SVG resource change"
23 },
24 {
25 "object": "LayoutSVGRoot svg",
26 "rect": [42, 117, 334, 268],
27 "reason": "forced by layout"
28 },
29 {
30 "object": "LayoutSVGEllipse circle",
31 "rect": [242, 251, 167, 200],
32 "reason": "bounds change"
33 },
34 {
35 "object": "LayoutSVGEllipse circle",
36 "rect": [242, 51, 167, 200],
37 "reason": "bounds change"
38 },
39 {
40 "object": "LayoutSVGEllipse circle",
41 "rect": [9, 251, 167, 200],
42 "reason": "location change"
43 },
44 {
45 "object": "LayoutSVGEllipse circle",
46 "rect": [9, 51, 167, 200],
47 "reason": "bounds change"
48 },
49 {
50 "object": "LayoutSVGContainer g",
51 "rect": [17, 217, 84, 68],
52 "reason": "bounds change"
53 },
54 {
55 "object": "LayoutSVGRect rect",
56 "rect": [17, 217, 84, 68],
57 "reason": "SVG resource change"
58 },
59 {
60 "object": "LayoutSVGRoot svg",
61 "rect": [17, 217, 84, 68],
62 "reason": "forced by layout"
63 },
64 {
65 "object": "LayoutSVGEllipse circle",
66 "rect": [67, 251, 42, 67],
67 "reason": "bounds change"
68 },
69 {
70 "object": "LayoutSVGEllipse circle",
71 "rect": [67, 184, 42, 67],
72 "reason": "bounds change"
73 }
74 ]
75 }
76 ],
77 "objectPaintInvalidations": [
78 {
79 "object": "LayoutBlockFlow div id='contentBox'",
80 "reason": "forced by layout"
81 },
82 {
83 "object": "RootInlineBox",
84 "reason": "forced by layout"
85 },
86 {
87 "object": "LayoutSVGRoot svg",
88 "reason": "forced by layout"
89 },
90 {
91 "object": "LayoutSVGEllipse circle",
92 "reason": "bounds change"
93 },
94 {
95 "object": "LayoutSVGEllipse circle",
96 "reason": "location change"
97 },
98 {
99 "object": "LayoutSVGEllipse circle",
100 "reason": "bounds change"
101 },
102 {
103 "object": "LayoutSVGEllipse circle",
104 "reason": "bounds change"
105 },
106 {
107 "object": "LayoutSVGContainer g",
108 "reason": "bounds change"
109 },
110 {
111 "object": "LayoutSVGRect rect",
112 "reason": "SVG resource change"
113 }
114 ]
115 }
116
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698