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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/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, 45],
27 "reason": "subtree"
28 },
29 {
30 "object": "LayoutSVGInlineText #text",
31 "rect": [0, 114, 194, 45],
32 "reason": "subtree"
33 },
34 {
35 "object": "LayoutSVGInlineText #text",
36 "rect": [0, 114, 194, 45],
37 "reason": "subtree"
38 },
39 {
40 "object": "LayoutSVGTSpan tspan",
41 "rect": [0, 114, 194, 45],
42 "reason": "subtree"
43 },
44 {
45 "object": "LayoutSVGText text",
46 "rect": [0, 114, 194, 45],
47 "reason": "subtree"
48 },
49 {
50 "object": "LayoutSVGInlineText #text",
51 "rect": [0, 14, 194, 45],
52 "reason": "subtree"
53 },
54 {
55 "object": "LayoutSVGInlineText #text",
56 "rect": [0, 14, 194, 45],
57 "reason": "subtree"
58 },
59 {
60 "object": "LayoutSVGInlineText #text",
61 "rect": [0, 14, 194, 45],
62 "reason": "subtree"
63 },
64 {
65 "object": "LayoutSVGTSpan tspan",
66 "rect": [0, 14, 194, 45],
67 "reason": "subtree"
68 },
69 {
70 "object": "LayoutSVGText text",
71 "rect": [0, 14, 194, 45],
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, 47], 26 "rect": [210, 113, 100, 47],
87 "reason": "subtree" 27 "reason": "subtree"
88 }, 28 },
89 { 29 {
90 "object": "LayoutBlockFlow P", 30 "object": "LayoutBlockFlow P",
91 "rect": [210, 13, 100, 47], 31 "rect": [210, 13, 100, 47],
92 "reason": "subtree" 32 "reason": "subtree"
93 }, 33 },
94 { 34 {
95 "object": "LayoutSVGInlineText #text",
96 "rect": [310, 114, 92, 45],
97 "reason": "subtree"
98 },
99 {
100 "object": "LayoutSVGText text", 35 "object": "LayoutSVGText text",
101 "rect": [310, 114, 92, 45], 36 "rect": [310, 114, 92, 45],
102 "reason": "subtree" 37 "reason": "subtree"
103 }, 38 },
104 { 39 {
105 "object": "LayoutSVGViewportContainer svg",
106 "rect": [310, 114, 92, 45],
107 "reason": "subtree"
108 },
109 {
110 "object": "LayoutSVGInlineText #text",
111 "rect": [310, 14, 92, 45],
112 "reason": "subtree"
113 },
114 {
115 "object": "LayoutSVGText text", 40 "object": "LayoutSVGText text",
116 "rect": [310, 14, 92, 45], 41 "rect": [310, 14, 92, 45],
117 "reason": "subtree" 42 "reason": "subtree"
118 }, 43 },
119 { 44 {
120 "object": "LayoutSVGViewportContainer svg",
121 "rect": [310, 14, 92, 45],
122 "reason": "subtree"
123 },
124 {
125 "object": "LayoutText #text", 45 "object": "LayoutText #text",
126 "rect": [210, 114, 92, 45], 46 "rect": [210, 114, 92, 45],
127 "reason": "subtree" 47 "reason": "subtree"
128 }, 48 },
129 { 49 {
130 "object": "LayoutText #text", 50 "object": "LayoutText #text",
131 "rect": [210, 14, 92, 45], 51 "rect": [210, 14, 92, 45],
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, 14, 4], 56 "rect": [0, 3, 14, 4],
137 "reason": "subtree" 57 "reason": "subtree"
138 }, 58 },
139 { 59 {
140 "object": "LayoutSVGInlineText #text",
141 "rect": [0, 3, 7, 2],
142 "reason": "subtree"
143 },
144 {
145 "object": "LayoutSVGInlineText #text",
146 "rect": [0, 3, 7, 2],
147 "reason": "subtree"
148 },
149 {
150 "object": "LayoutSVGInlineText #text",
151 "rect": [0, 3, 7, 2],
152 "reason": "subtree"
153 },
154 {
155 "object": "LayoutSVGTSpan tspan",
156 "rect": [0, 3, 7, 2],
157 "reason": "subtree"
158 },
159 {
160 "object": "LayoutSVGText text",
161 "rect": [0, 3, 7, 2],
162 "reason": "subtree"
163 },
164 {
165 "object": "LayoutSVGInlineText #text",
166 "rect": [9, 3, 5, 2],
167 "reason": "subtree"
168 },
169 {
170 "object": "LayoutSVGText text", 60 "object": "LayoutSVGText text",
171 "rect": [9, 3, 5, 2], 61 "rect": [9, 3, 5, 2],
172 "reason": "subtree" 62 "reason": "subtree"
173 }, 63 },
174 { 64 {
175 "object": "LayoutSVGViewportContainer svg",
176 "rect": [9, 3, 5, 2],
177 "reason": "subtree"
178 },
179 {
180 "object": "LayoutSVGForeignObject foreignObject",
181 "rect": [6, 3, 4, 4],
182 "reason": "subtree"
183 },
184 {
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": "LayoutText #text", 85 "object": "LayoutText #text",
211 "rect": [0, 0, 1, 1], 86 "rect": [0, 0, 1, 1],
212 "reason": "subtree" 87 "reason": "subtree"
213 } 88 }
214 ] 89 ]
215 } 90 }
216 ], 91 ],
217 "objectPaintInvalidations": [ 92 "objectPaintInvalidations": [
218 { 93 {
219 "object": "LayoutSVGContainer g id='text1g'", 94 "object": "LayoutSVGContainer g id='text1g'",
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 "object": "LayoutSVGInlineText #text", 250 "object": "LayoutSVGInlineText #text",
376 "reason": "subtree" 251 "reason": "subtree"
377 }, 252 },
378 { 253 {
379 "object": "InlineTextBox 'PASS'", 254 "object": "InlineTextBox 'PASS'",
380 "reason": "subtree" 255 "reason": "subtree"
381 } 256 }
382 ] 257 ]
383 } 258 }
384 259
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698