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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/remove-text-node-from-tspan-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": "LayoutSVGInlineText #text", 10 "object": "LayoutSVGInlineText #text",
(...skipping 19 matching lines...) Expand all
30 "object": "LayoutSVGInlineText #text", 30 "object": "LayoutSVGInlineText #text",
31 "rect": [10, 62, 306, 378], 31 "rect": [10, 62, 306, 378],
32 "reason": "bounds change" 32 "reason": "bounds change"
33 }, 33 },
34 { 34 {
35 "object": "LayoutSVGInlineText #text", 35 "object": "LayoutSVGInlineText #text",
36 "rect": [10, 62, 306, 378], 36 "rect": [10, 62, 306, 378],
37 "reason": "layoutObject removal" 37 "reason": "layoutObject removal"
38 }, 38 },
39 { 39 {
40 "object": "LayoutSVGRoot (positioned) svg",
41 "rect": [10, 62, 306, 378],
42 "reason": "bounds change"
43 },
44 {
45 "object": "LayoutSVGTSpan tspan", 40 "object": "LayoutSVGTSpan tspan",
46 "rect": [10, 62, 306, 378], 41 "rect": [10, 62, 306, 378],
47 "reason": "forced by layout" 42 "reason": "forced by layout"
48 }, 43 },
49 { 44 {
50 "object": "LayoutSVGTSpan tspan", 45 "object": "LayoutSVGTSpan tspan",
51 "rect": [10, 62, 306, 378], 46 "rect": [10, 62, 306, 378],
52 "reason": "forced by layout" 47 "reason": "forced by layout"
53 }, 48 },
54 { 49 {
55 "object": "LayoutSVGTSpan tspan id='modify'", 50 "object": "LayoutSVGTSpan tspan id='modify'",
56 "rect": [10, 62, 306, 378], 51 "rect": [10, 62, 306, 378],
57 "reason": "forced by layout" 52 "reason": "forced by layout"
58 }, 53 },
59 { 54 {
60 "object": "LayoutSVGText text", 55 "object": "LayoutSVGText text",
61 "rect": [10, 62, 306, 378], 56 "rect": [10, 62, 306, 378],
62 "reason": "full" 57 "reason": "full"
63 } 58 }
64 ] 59 ]
65 } 60 }
66 ], 61 ],
67 "objectPaintInvalidations": [ 62 "objectPaintInvalidations": [
68 { 63 {
69 "object": "LayoutSVGInlineText #text", 64 "object": "LayoutSVGInlineText #text",
70 "reason": "layoutObject removal" 65 "reason": "layoutObject removal"
71 }, 66 },
72 { 67 {
73 "object": "LayoutSVGRoot (positioned) svg",
74 "reason": "bounds change"
75 },
76 {
77 "object": "LayoutSVGText text", 68 "object": "LayoutSVGText text",
78 "reason": "full" 69 "reason": "full"
79 }, 70 },
80 { 71 {
81 "object": "RootInlineBox", 72 "object": "RootInlineBox",
82 "reason": "full" 73 "reason": "full"
83 }, 74 },
84 { 75 {
85 "object": "LayoutSVGTSpan tspan id='modify'", 76 "object": "LayoutSVGTSpan tspan id='modify'",
86 "reason": "forced by layout" 77 "reason": "forced by layout"
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "object": "InlineTextBox 'PASS'", 120 "object": "InlineTextBox 'PASS'",
130 "reason": "forced by layout" 121 "reason": "forced by layout"
131 }, 122 },
132 { 123 {
133 "object": "LayoutSVGInlineText #text", 124 "object": "LayoutSVGInlineText #text",
134 "reason": "bounds change" 125 "reason": "bounds change"
135 } 126 }
136 ] 127 ]
137 } 128 }
138 129
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698