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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/text-viewbox-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, 0, 154, 166],
12 "reason": "bounds change"
13 },
14 {
15 "object": "LayoutSVGInlineText #text", 10 "object": "LayoutSVGInlineText #text",
16 "rect": [59, 143, 95, 23], 11 "rect": [59, 143, 95, 23],
17 "reason": "forced by layout" 12 "reason": "forced by layout"
18 }, 13 },
19 { 14 {
20 "object": "LayoutSVGInlineText #text", 15 "object": "LayoutSVGInlineText #text",
21 "rect": [59, 143, 95, 23], 16 "rect": [59, 143, 95, 23],
22 "reason": "forced by layout" 17 "reason": "forced by layout"
23 }, 18 },
24 { 19 {
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 { 89 {
95 "object": "LayoutSVGViewportContainer svg id='inner1'", 90 "object": "LayoutSVGViewportContainer svg id='inner1'",
96 "rect": [0, 0, 2, 1], 91 "rect": [0, 0, 2, 1],
97 "reason": "full" 92 "reason": "full"
98 } 93 }
99 ] 94 ]
100 } 95 }
101 ], 96 ],
102 "objectPaintInvalidations": [ 97 "objectPaintInvalidations": [
103 { 98 {
104 "object": "LayoutSVGRoot (positioned) svg",
105 "reason": "bounds change"
106 },
107 {
108 "object": "LayoutSVGViewportContainer svg id='inner1'", 99 "object": "LayoutSVGViewportContainer svg id='inner1'",
109 "reason": "full" 100 "reason": "full"
110 }, 101 },
111 { 102 {
112 "object": "LayoutSVGText text", 103 "object": "LayoutSVGText text",
113 "reason": "full" 104 "reason": "full"
114 }, 105 },
115 { 106 {
116 "object": "RootInlineBox", 107 "object": "RootInlineBox",
117 "reason": "full" 108 "reason": "full"
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 "object": "InlineTextBox 'PASS'", 171 "object": "InlineTextBox 'PASS'",
181 "reason": "forced by layout" 172 "reason": "forced by layout"
182 }, 173 },
183 { 174 {
184 "object": "LayoutSVGInlineText #text", 175 "object": "LayoutSVGInlineText #text",
185 "reason": "location change" 176 "reason": "location change"
186 } 177 }
187 ] 178 ]
188 } 179 }
189 180
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698