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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/resource-client-removal-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", 10 "object": "LayoutSVGContainer g",
11 "rect": [0, 0, 100, 100], 11 "rect": [0, 0, 100, 100],
12 "reason": "layoutObject insertion"
13 },
14 {
15 "object": "LayoutSVGContainer g",
16 "rect": [0, 0, 100, 100],
17 "reason": "layoutObject insertion"
18 },
19 {
20 "object": "LayoutSVGContainer g",
21 "rect": [0, 0, 100, 100],
22 "reason": "layoutObject insertion"
23 },
24 {
25 "object": "LayoutSVGContainer g",
26 "rect": [0, 0, 100, 100],
27 "reason": "layoutObject insertion"
28 },
29 {
30 "object": "LayoutSVGContainer g",
31 "rect": [0, 0, 100, 100],
32 "reason": "layoutObject insertion"
33 },
34 {
35 "object": "LayoutSVGContainer g",
36 "rect": [0, 0, 100, 100],
37 "reason": "layoutObject removal" 12 "reason": "layoutObject removal"
38 }, 13 },
39 { 14 {
40 "object": "LayoutSVGContainer g", 15 "object": "LayoutSVGContainer g",
41 "rect": [0, 0, 100, 100], 16 "rect": [0, 0, 100, 100],
42 "reason": "layoutObject removal" 17 "reason": "layoutObject removal"
43 }, 18 },
44 { 19 {
45 "object": "LayoutSVGContainer g", 20 "object": "LayoutSVGContainer g",
46 "rect": [0, 0, 100, 100], 21 "rect": [0, 0, 100, 100],
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "reason": "layoutObject removal" 102 "reason": "layoutObject removal"
128 }, 103 },
129 { 104 {
130 "object": "LayoutSVGContainer g id='inneruse'", 105 "object": "LayoutSVGContainer g id='inneruse'",
131 "rect": [0, 0, 100, 100], 106 "rect": [0, 0, 100, 100],
132 "reason": "layoutObject removal" 107 "reason": "layoutObject removal"
133 }, 108 },
134 { 109 {
135 "object": "LayoutSVGPath path id='hp'", 110 "object": "LayoutSVGPath path id='hp'",
136 "rect": [0, 0, 100, 100], 111 "rect": [0, 0, 100, 100],
137 "reason": "layoutObject insertion"
138 },
139 {
140 "object": "LayoutSVGPath path id='hp'",
141 "rect": [0, 0, 100, 100],
142 "reason": "layoutObject insertion"
143 },
144 {
145 "object": "LayoutSVGPath path id='hp'",
146 "rect": [0, 0, 100, 100],
147 "reason": "layoutObject insertion"
148 },
149 {
150 "object": "LayoutSVGPath path id='hp'",
151 "rect": [0, 0, 100, 100],
152 "reason": "layoutObject insertion"
153 },
154 {
155 "object": "LayoutSVGPath path id='hp'",
156 "rect": [0, 0, 100, 100],
157 "reason": "layoutObject insertion"
158 },
159 {
160 "object": "LayoutSVGPath path id='hp'",
161 "rect": [0, 0, 100, 100],
162 "reason": "layoutObject removal" 112 "reason": "layoutObject removal"
163 }, 113 },
164 { 114 {
165 "object": "LayoutSVGPath path id='hp'", 115 "object": "LayoutSVGPath path id='hp'",
166 "rect": [0, 0, 100, 100], 116 "rect": [0, 0, 100, 100],
167 "reason": "layoutObject removal" 117 "reason": "layoutObject removal"
168 }, 118 },
169 { 119 {
170 "object": "LayoutSVGPath path id='hp'", 120 "object": "LayoutSVGPath path id='hp'",
171 "rect": [0, 0, 100, 100], 121 "rect": [0, 0, 100, 100],
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 "object": "LayoutSVGContainer g", 336 "object": "LayoutSVGContainer g",
387 "reason": "layoutObject insertion" 337 "reason": "layoutObject insertion"
388 }, 338 },
389 { 339 {
390 "object": "LayoutSVGPath path id='hp'", 340 "object": "LayoutSVGPath path id='hp'",
391 "reason": "layoutObject insertion" 341 "reason": "layoutObject insertion"
392 } 342 }
393 ] 343 ]
394 } 344 }
395 345
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698