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

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

Issue 2460983002: Use LayoutBox::paintedOutputOfObjectHasNoEffectregardlessOfSize() for SVGRoot (Closed)
Patch Set: Rebase Created 4 years, 1 month 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": "LayoutSVGRoot (positioned) svg",
11 "rect": [0, 13, 402, 187],
12 "reason": "bounds change"
13 },
14 {
15 "object": "LayoutSVGRoot (positioned) svg",
16 "rect": [0, 0, 402, 163],
17 "reason": "bounds change"
18 },
19 {
20 "object": "LayoutSVGContainer g id='text2g'", 10 "object": "LayoutSVGContainer g id='text2g'",
21 "rect": [0, 63, 402, 100], 11 "rect": [0, 63, 402, 100],
22 "reason": "full" 12 "reason": "full"
23 }, 13 },
24 { 14 {
25 "object": "LayoutSVGContainer g id='text1g'", 15 "object": "LayoutSVGContainer g id='text1g'",
26 "rect": [0, 13, 402, 100], 16 "rect": [0, 13, 402, 100],
27 "reason": "full" 17 "reason": "full"
28 }, 18 },
29 { 19 {
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 { 229 {
240 "object": "LayoutText #text", 230 "object": "LayoutText #text",
241 "rect": [0, 0, 1, 1], 231 "rect": [0, 0, 1, 1],
242 "reason": "bounds change" 232 "reason": "bounds change"
243 } 233 }
244 ] 234 ]
245 } 235 }
246 ], 236 ],
247 "objectPaintInvalidations": [ 237 "objectPaintInvalidations": [
248 { 238 {
249 "object": "LayoutSVGRoot (positioned) svg",
250 "reason": "bounds change"
251 },
252 {
253 "object": "LayoutSVGContainer g id='text1g'", 239 "object": "LayoutSVGContainer g id='text1g'",
254 "reason": "full" 240 "reason": "full"
255 }, 241 },
256 { 242 {
257 "object": "LayoutSVGText text", 243 "object": "LayoutSVGText text",
258 "reason": "forced by layout" 244 "reason": "forced by layout"
259 }, 245 },
260 { 246 {
261 "object": "RootInlineBox", 247 "object": "RootInlineBox",
262 "reason": "forced by layout" 248 "reason": "forced by layout"
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 "object": "LayoutSVGInlineText #text", 471 "object": "LayoutSVGInlineText #text",
486 "reason": "forced by layout" 472 "reason": "forced by layout"
487 }, 473 },
488 { 474 {
489 "object": "InlineTextBox 'PASS'", 475 "object": "InlineTextBox 'PASS'",
490 "reason": "forced by layout" 476 "reason": "forced by layout"
491 } 477 }
492 ] 478 ]
493 } 479 }
494 480
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698