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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/text-rescale-expected.txt

Issue 2707063003: Don't invalidate rect if it's covered by fully invalidated parent's visual rect (Closed)
Patch Set: - 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": "LayoutSVGContainer g id='text2g'", 10 "object": "LayoutSVGContainer g id='text2g'",
11 "rect": [0, 63, 402, 100], 11 "rect": [0, 63, 402, 100],
12 "reason": "full" 12 "reason": "full"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGContainer g id='text1g'", 15 "object": "LayoutSVGContainer g id='text1g'",
16 "rect": [0, 13, 402, 100], 16 "rect": [0, 13, 402, 100],
17 "reason": "subtree" 17 "reason": "subtree"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGContainer g id='text3g'", 20 "object": "LayoutSVGContainer g id='text3g'",
21 "rect": [0, 113, 402, 87], 21 "rect": [0, 113, 402, 87],
22 "reason": "subtree" 22 "reason": "subtree"
23 }, 23 },
24 { 24 {
25 "object": "LayoutSVGInlineText #text",
26 "rect": [0, 114, 194, 46],
27 "reason": "subtree"
28 },
29 {
30 "object": "LayoutSVGInlineText #text",
31 "rect": [0, 114, 194, 46],
32 "reason": "subtree"
33 },
34 {
35 "object": "LayoutSVGInlineText #text",
36 "rect": [0, 114, 194, 46],
37 "reason": "subtree"
38 },
39 {
40 "object": "LayoutSVGTSpan tspan",
41 "rect": [0, 114, 194, 46],
42 "reason": "subtree"
43 },
44 {
45 "object": "LayoutSVGText text",
46 "rect": [0, 114, 194, 46],
47 "reason": "subtree"
48 },
49 {
50 "object": "LayoutSVGInlineText #text",
51 "rect": [0, 14, 194, 46],
52 "reason": "subtree"
53 },
54 {
55 "object": "LayoutSVGInlineText #text",
56 "rect": [0, 14, 194, 46],
57 "reason": "subtree"
58 },
59 {
60 "object": "LayoutSVGInlineText #text",
61 "rect": [0, 14, 194, 46],
62 "reason": "subtree"
63 },
64 {
65 "object": "LayoutSVGTSpan tspan",
66 "rect": [0, 14, 194, 46],
67 "reason": "subtree"
68 },
69 {
70 "object": "LayoutSVGText text",
71 "rect": [0, 14, 194, 46],
72 "reason": "subtree"
73 },
74 {
75 "object": "LayoutSVGForeignObject foreignObject",
76 "rect": [210, 13, 100, 100],
77 "reason": "subtree"
78 },
79 {
80 "object": "LayoutSVGForeignObject foreignObject",
81 "rect": [210, 113, 100, 87],
82 "reason": "subtree"
83 },
84 {
85 "object": "LayoutBlockFlow P", 25 "object": "LayoutBlockFlow P",
86 "rect": [210, 113, 100, 46], 26 "rect": [210, 113, 100, 46],
87 "reason": "subtree" 27 "reason": "subtree"
88 }, 28 },
89 { 29 {
90 "object": "LayoutBlockFlow P", 30 "object": "LayoutBlockFlow P",
91 "rect": [210, 13, 100, 46], 31 "rect": [210, 13, 100, 46],
92 "reason": "subtree" 32 "reason": "subtree"
93 }, 33 },
94 { 34 {
95 "object": "LayoutSVGInlineText #text",
96 "rect": [310, 114, 92, 46],
97 "reason": "subtree"
98 },
99 {
100 "object": "LayoutSVGText text", 35 "object": "LayoutSVGText text",
101 "rect": [310, 114, 92, 46], 36 "rect": [310, 114, 92, 46],
102 "reason": "subtree" 37 "reason": "subtree"
103 }, 38 },
104 { 39 {
105 "object": "LayoutSVGViewportContainer svg",
106 "rect": [310, 114, 92, 46],
107 "reason": "subtree"
108 },
109 {
110 "object": "LayoutSVGInlineText #text",
111 "rect": [310, 14, 92, 46],
112 "reason": "subtree"
113 },
114 {
115 "object": "LayoutSVGText text", 40 "object": "LayoutSVGText text",
116 "rect": [310, 14, 92, 46], 41 "rect": [310, 14, 92, 46],
117 "reason": "subtree" 42 "reason": "subtree"
118 }, 43 },
119 { 44 {
120 "object": "LayoutSVGViewportContainer svg",
121 "rect": [310, 14, 92, 46],
122 "reason": "subtree"
123 },
124 {
125 "object": "LayoutText #text", 45 "object": "LayoutText #text",
126 "rect": [210, 113, 92, 46], 46 "rect": [210, 113, 92, 46],
127 "reason": "subtree" 47 "reason": "subtree"
128 }, 48 },
129 { 49 {
130 "object": "LayoutText #text", 50 "object": "LayoutText #text",
131 "rect": [210, 13, 92, 46], 51 "rect": [210, 13, 92, 46],
132 "reason": "subtree" 52 "reason": "subtree"
133 }, 53 },
134 { 54 {
135 "object": "LayoutSVGContainer g id='text3g'", 55 "object": "LayoutSVGContainer g id='text3g'",
136 "rect": [0, 3, 13, 4], 56 "rect": [0, 3, 13, 4],
137 "reason": "subtree" 57 "reason": "subtree"
138 }, 58 },
139 { 59 {
140 "object": "LayoutSVGInlineText #text",
141 "rect": [0, 3, 6, 2],
142 "reason": "subtree"
143 },
144 {
145 "object": "LayoutSVGInlineText #text",
146 "rect": [0, 3, 6, 2],
147 "reason": "subtree"
148 },
149 {
150 "object": "LayoutSVGInlineText #text",
151 "rect": [0, 3, 6, 2],
152 "reason": "subtree"
153 },
154 {
155 "object": "LayoutSVGTSpan tspan",
156 "rect": [0, 3, 6, 2],
157 "reason": "subtree"
158 },
159 {
160 "object": "LayoutSVGText text",
161 "rect": [0, 3, 6, 2],
162 "reason": "subtree"
163 },
164 {
165 "object": "LayoutSVGForeignObject foreignObject",
166 "rect": [6, 3, 4, 4],
167 "reason": "subtree"
168 },
169 {
170 "object": "LayoutSVGInlineText #text",
171 "rect": [9, 3, 4, 2],
172 "reason": "subtree"
173 },
174 {
175 "object": "LayoutSVGText text", 60 "object": "LayoutSVGText text",
176 "rect": [9, 3, 4, 2], 61 "rect": [9, 3, 4, 2],
177 "reason": "subtree" 62 "reason": "subtree"
178 }, 63 },
179 {
180 "object": "LayoutSVGViewportContainer svg",
181 "rect": [9, 3, 4, 2],
182 "reason": "subtree"
183 },
184 { 64 {
185 "object": "LayoutBlockFlow P", 65 "object": "LayoutBlockFlow P",
186 "rect": [6, 3, 4, 2], 66 "rect": [6, 3, 4, 2],
187 "reason": "subtree" 67 "reason": "subtree"
188 }, 68 },
189 { 69 {
190 "object": "LayoutText #text", 70 "object": "LayoutText #text",
191 "rect": [6, 3, 4, 2], 71 "rect": [6, 3, 4, 2],
192 "reason": "subtree" 72 "reason": "subtree"
193 }, 73 },
194 { 74 {
195 "object": "LayoutBlockFlow P", 75 "object": "LayoutBlockFlow P",
196 "rect": [0, 0, 1, 1], 76 "rect": [0, 0, 1, 1],
197 "reason": "subtree" 77 "reason": "subtree"
198 }, 78 },
199 { 79 {
200 "object": "LayoutSVGContainer g id='text1g'", 80 "object": "LayoutSVGContainer g id='text1g'",
201 "rect": [0, 0, 1, 1], 81 "rect": [0, 0, 1, 1],
202 "reason": "subtree" 82 "reason": "subtree"
203 }, 83 },
204 { 84 {
205 "object": "LayoutSVGForeignObject foreignObject",
206 "rect": [0, 0, 1, 1],
207 "reason": "subtree"
208 },
209 {
210 "object": "LayoutSVGInlineText #text",
211 "rect": [0, 0, 1, 1],
212 "reason": "subtree"
213 },
214 {
215 "object": "LayoutSVGInlineText #text",
216 "rect": [0, 0, 1, 1],
217 "reason": "subtree"
218 },
219 {
220 "object": "LayoutSVGInlineText #text",
221 "rect": [0, 0, 1, 1],
222 "reason": "subtree"
223 },
224 {
225 "object": "LayoutSVGInlineText #text",
226 "rect": [0, 0, 1, 1],
227 "reason": "subtree"
228 },
229 {
230 "object": "LayoutSVGTSpan tspan",
231 "rect": [0, 0, 1, 1],
232 "reason": "subtree"
233 },
234 {
235 "object": "LayoutSVGText text", 85 "object": "LayoutSVGText text",
236 "rect": [0, 0, 1, 1], 86 "rect": [0, 0, 1, 1],
237 "reason": "subtree" 87 "reason": "subtree"
238 }, 88 },
239 { 89 {
240 "object": "LayoutSVGText text",
241 "rect": [0, 0, 1, 1],
242 "reason": "subtree"
243 },
244 {
245 "object": "LayoutSVGViewportContainer svg",
246 "rect": [0, 0, 1, 1],
247 "reason": "subtree"
248 },
249 {
250 "object": "LayoutText #text", 90 "object": "LayoutText #text",
251 "rect": [0, 0, 1, 1], 91 "rect": [0, 0, 1, 1],
252 "reason": "subtree" 92 "reason": "subtree"
253 } 93 }
254 ] 94 ]
255 } 95 }
256 ], 96 ],
257 "objectPaintInvalidations": [ 97 "objectPaintInvalidations": [
258 { 98 {
259 "object": "LayoutSVGContainer g id='text1g'", 99 "object": "LayoutSVGContainer g id='text1g'",
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 "object": "LayoutSVGInlineText #text", 255 "object": "LayoutSVGInlineText #text",
416 "reason": "subtree" 256 "reason": "subtree"
417 }, 257 },
418 { 258 {
419 "object": "InlineTextBox 'PASS'", 259 "object": "InlineTextBox 'PASS'",
420 "reason": "subtree" 260 "reason": "subtree"
421 } 261 }
422 ] 262 ]
423 } 263 }
424 264
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698