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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/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 "name": "Content Root Layer", 2 "layers": [
3 "bounds": [800, 600],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [800, 600], 5 "bounds": [800, 600],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
9 "drawsContent": true, 7 "drawsContent": true,
10 "paintInvalidations": [ 8 "paintInvalidations": [
11 { 9 {
12 "object": "LayoutSVGRoot (positioned) svg",
13 "rect": [59, 43, 95, 123],
14 "reason": "bounds change"
15 },
16 {
17 "object": "LayoutSVGInlineText #text", 10 "object": "LayoutSVGInlineText #text",
18 "rect": [59, 143, 95, 23], 11 "rect": [59, 143, 95, 23],
19 "reason": "forced by layout" 12 "reason": "forced by layout"
20 }, 13 },
21 { 14 {
22 "object": "LayoutSVGInlineText #text", 15 "object": "LayoutSVGInlineText #text",
23 "rect": [59, 143, 95, 23], 16 "rect": [59, 143, 95, 23],
24 "reason": "forced by layout" 17 "reason": "forced by layout"
25 }, 18 },
26 { 19 {
(...skipping 17 matching lines...) Expand all
44 "reason": "forced by layout" 37 "reason": "forced by layout"
45 }, 38 },
46 { 39 {
47 "object": "LayoutSVGInlineText #text", 40 "object": "LayoutSVGInlineText #text",
48 "rect": [59, 43, 95, 23], 41 "rect": [59, 43, 95, 23],
49 "reason": "forced by layout" 42 "reason": "forced by layout"
50 }, 43 },
51 { 44 {
52 "object": "LayoutSVGInlineText #text", 45 "object": "LayoutSVGInlineText #text",
53 "rect": [59, 43, 95, 23], 46 "rect": [59, 43, 95, 23],
54 "reason": "bounds change" 47 "reason": "became visible"
55 }, 48 },
56 { 49 {
57 "object": "LayoutSVGTSpan tspan", 50 "object": "LayoutSVGTSpan tspan",
58 "rect": [59, 43, 95, 23], 51 "rect": [59, 43, 95, 23],
59 "reason": "full" 52 "reason": "full"
60 }, 53 },
61 { 54 {
62 "object": "LayoutSVGText text", 55 "object": "LayoutSVGText text",
63 "rect": [59, 43, 95, 23], 56 "rect": [59, 43, 95, 23],
64 "reason": "full" 57 "reason": "full"
65 }, 58 },
66 { 59 {
67 "object": "LayoutSVGViewportContainer svg id='inner1'", 60 "object": "LayoutSVGViewportContainer svg id='inner1'",
68 "rect": [59, 43, 95, 23], 61 "rect": [59, 43, 95, 23],
69 "reason": "full" 62 "reason": "full"
70 } 63 }
64 ],
65 "underPaintInvalidations": [
66 {
67 "x": 155,
68 "y": 55,
69 "oldPixel": "#FFFFFF",
70 "newPixel": "#008800"
71 },
72 {
73 "x": 155,
74 "y": 56,
75 "oldPixel": "#FFFFFF",
76 "newPixel": "#008800"
77 },
78 {
79 "x": 155,
80 "y": 57,
81 "oldPixel": "#FFFFFF",
82 "newPixel": "#008800"
83 }
71 ] 84 ]
72 } 85 }
73 ], 86 ],
74 "objectPaintInvalidations": [ 87 "objectPaintInvalidations": [
75 { 88 {
76 "object": "LayoutSVGRoot (positioned) svg",
77 "reason": "bounds change"
78 },
79 {
80 "object": "LayoutSVGViewportContainer svg id='inner1'", 89 "object": "LayoutSVGViewportContainer svg id='inner1'",
81 "reason": "full" 90 "reason": "full"
82 }, 91 },
83 { 92 {
84 "object": "LayoutSVGText text", 93 "object": "LayoutSVGText text",
85 "reason": "full" 94 "reason": "full"
86 }, 95 },
87 { 96 {
88 "object": "RootInlineBox", 97 "object": "RootInlineBox",
89 "reason": "full" 98 "reason": "full"
(...skipping 17 matching lines...) Expand all
107 { 116 {
108 "object": "LayoutSVGInlineText #text", 117 "object": "LayoutSVGInlineText #text",
109 "reason": "forced by layout" 118 "reason": "forced by layout"
110 }, 119 },
111 { 120 {
112 "object": "InlineTextBox 'PASS'", 121 "object": "InlineTextBox 'PASS'",
113 "reason": "forced by layout" 122 "reason": "forced by layout"
114 }, 123 },
115 { 124 {
116 "object": "LayoutSVGInlineText #text", 125 "object": "LayoutSVGInlineText #text",
117 "reason": "bounds change" 126 "reason": "became visible"
118 }, 127 },
119 { 128 {
120 "object": "LayoutSVGViewportContainer svg id='inner2'", 129 "object": "LayoutSVGViewportContainer svg id='inner2'",
121 "reason": "full" 130 "reason": "full"
122 }, 131 },
123 { 132 {
124 "object": "LayoutSVGText text", 133 "object": "LayoutSVGText text",
125 "reason": "full" 134 "reason": "full"
126 }, 135 },
127 { 136 {
(...skipping 24 matching lines...) Expand all
152 "object": "InlineTextBox 'PASS'", 161 "object": "InlineTextBox 'PASS'",
153 "reason": "forced by layout" 162 "reason": "forced by layout"
154 }, 163 },
155 { 164 {
156 "object": "LayoutSVGInlineText #text", 165 "object": "LayoutSVGInlineText #text",
157 "reason": "location change" 166 "reason": "location change"
158 } 167 }
159 ] 168 ]
160 } 169 }
161 170
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698