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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/window-expected.txt

Issue 2444593002: Introduce Layout*::adjustVisualRectForRasterEffects and use it for SVG hairlines. (Closed)
Patch Set: none 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": "LayoutSVGContainer g id='Windows'", 10 "object": "LayoutSVGContainer g id='Windows'",
11 "rect": [38, 81, 760, 454], 11 "rect": [38, 81, 760, 454],
12 "reason": "bounds change" 12 "reason": "bounds change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGContainer g id='Windows'", 15 "object": "LayoutSVGContainer g id='Windows'",
16 "rect": [38, 92, 760, 443], 16 "rect": [38, 92, 760, 443],
17 "reason": "layoutObject insertion" 17 "reason": "layoutObject insertion"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGRect rect",
21 "rect": [37, 142, 551, 394],
22 "reason": "layoutObject insertion"
23 },
24 {
25 "object": "LayoutSVGRect rect id='titleBarbigWindow'",
26 "rect": [37, 142, 551, 17],
27 "reason": "layoutObject insertion"
28 },
29 {
30 "object": "LayoutSVGRect rect",
31 "rect": [37, 522, 551, 14],
32 "reason": "layoutObject insertion"
33 },
34 {
20 "object": "LayoutSVGContainer g id='bigWindow'", 35 "object": "LayoutSVGContainer g id='bigWindow'",
21 "rect": [38, 143, 549, 392], 36 "rect": [38, 143, 549, 392],
22 "reason": "layoutObject insertion" 37 "reason": "layoutObject insertion"
23 }, 38 },
24 { 39 {
25 "object": "LayoutSVGContainer g id='windowMainGroupbigWindow'", 40 "object": "LayoutSVGContainer g id='windowMainGroupbigWindow'",
26 "rect": [38, 143, 549, 392], 41 "rect": [38, 143, 549, 392],
27 "reason": "layoutObject insertion" 42 "reason": "layoutObject insertion"
28 }, 43 },
29 { 44 {
30 "object": "LayoutSVGRect rect",
31 "rect": [38, 143, 549, 392],
32 "reason": "layoutObject insertion"
33 },
34 {
35 "object": "LayoutSVGContainer g id='windowTitlebarGroupbigWindow'", 45 "object": "LayoutSVGContainer g id='windowTitlebarGroupbigWindow'",
36 "rect": [38, 143, 549, 15], 46 "rect": [38, 143, 549, 15],
37 "reason": "layoutObject insertion" 47 "reason": "layoutObject insertion"
38 }, 48 },
39 { 49 {
40 "object": "LayoutSVGRect rect id='titleBarbigWindow'", 50 "object": "LayoutSVGRect rect",
41 "rect": [38, 143, 549, 15], 51 "rect": [76, 181, 317, 238],
52 "reason": "layoutObject insertion"
53 },
54 {
55 "object": "LayoutSVGRect rect id='titleBarnestedWindow'",
56 "rect": [76, 181, 317, 17],
42 "reason": "layoutObject insertion" 57 "reason": "layoutObject insertion"
43 }, 58 },
44 { 59 {
45 "object": "LayoutSVGRect rect", 60 "object": "LayoutSVGRect rect",
46 "rect": [38, 523, 549, 12], 61 "rect": [76, 405, 317, 14],
47 "reason": "layoutObject insertion" 62 "reason": "layoutObject insertion"
48 }, 63 },
49 { 64 {
50 "object": "LayoutSVGContainer g id='nestedWindow'", 65 "object": "LayoutSVGContainer g id='nestedWindow'",
51 "rect": [77, 182, 315, 236], 66 "rect": [77, 182, 315, 236],
52 "reason": "layoutObject insertion" 67 "reason": "layoutObject insertion"
53 }, 68 },
54 { 69 {
55 "object": "LayoutSVGContainer g id='windowMainGroupnestedWindow'", 70 "object": "LayoutSVGContainer g id='windowMainGroupnestedWindow'",
56 "rect": [77, 182, 315, 236], 71 "rect": [77, 182, 315, 236],
57 "reason": "layoutObject insertion" 72 "reason": "layoutObject insertion"
58 }, 73 },
59 { 74 {
60 "object": "LayoutSVGRect rect",
61 "rect": [77, 182, 315, 236],
62 "reason": "layoutObject insertion"
63 },
64 {
65 "object": "LayoutSVGContainer g id='windowTitlebarGroupnestedWindow'", 75 "object": "LayoutSVGContainer g id='windowTitlebarGroupnestedWindow'",
66 "rect": [77, 182, 315, 15], 76 "rect": [77, 182, 315, 15],
67 "reason": "layoutObject insertion" 77 "reason": "layoutObject insertion"
68 }, 78 },
69 { 79 {
70 "object": "LayoutSVGRect rect id='titleBarnestedWindow'",
71 "rect": [77, 182, 315, 15],
72 "reason": "layoutObject insertion"
73 },
74 {
75 "object": "LayoutSVGRect rect",
76 "rect": [77, 406, 315, 12],
77 "reason": "layoutObject insertion"
78 },
79 {
80 "object": "LayoutSVGContainer g id='navWindow'", 80 "object": "LayoutSVGContainer g id='navWindow'",
81 "rect": [613, 81, 185, 169], 81 "rect": [613, 81, 185, 169],
82 "reason": "bounds change" 82 "reason": "bounds change"
83 }, 83 },
84 { 84 {
85 "object": "LayoutSVGContainer g id='decoGroupnavWindow'", 85 "object": "LayoutSVGContainer g id='decoGroupnavWindow'",
86 "rect": [613, 81, 185, 159], 86 "rect": [613, 81, 185, 159],
87 "reason": "layoutObject insertion" 87 "reason": "layoutObject insertion"
88 }, 88 },
89 { 89 {
90 "object": "LayoutSVGContainer g id='windowTitlebarGroupnavWindow'", 90 "object": "LayoutSVGContainer g id='windowTitlebarGroupnavWindow'",
91 "rect": [613, 81, 185, 159], 91 "rect": [613, 81, 185, 159],
92 "reason": "bounds change" 92 "reason": "bounds change"
93 }, 93 },
94 { 94 {
95 "object": "LayoutSVGRect rect id='decoGroupMinimizednavWindow'", 95 "object": "LayoutSVGRect rect id='decoGroupMinimizednavWindow'",
96 "rect": [613, 81, 185, 16], 96 "rect": [613, 81, 185, 16],
97 "reason": "layoutObject insertion" 97 "reason": "layoutObject insertion"
98 }, 98 },
99 { 99 {
100 "object": "LayoutSVGRect rect",
101 "rect": [623, 91, 176, 160],
102 "reason": "layoutObject insertion"
103 },
104 {
105 "object": "LayoutSVGRect rect",
106 "rect": [76, 194, 176, 145],
107 "reason": "layoutObject insertion"
108 },
109 {
110 "object": "LayoutSVGRect rect id='titleBarcolourPickerWindow'",
111 "rect": [76, 194, 176, 17],
112 "reason": "layoutObject insertion"
113 },
114 {
115 "object": "LayoutSVGRect rect",
116 "rect": [623, 237, 176, 14],
117 "reason": "layoutObject insertion"
118 },
119 {
120 "object": "LayoutSVGRect rect",
121 "rect": [76, 325, 176, 14],
122 "reason": "layoutObject insertion"
123 },
124 {
100 "object": "LayoutSVGContainer g id='navWindow'", 125 "object": "LayoutSVGContainer g id='navWindow'",
101 "rect": [624, 92, 174, 158], 126 "rect": [624, 92, 174, 158],
102 "reason": "layoutObject insertion" 127 "reason": "layoutObject insertion"
103 }, 128 },
104 { 129 {
105 "object": "LayoutSVGContainer g id='windowMainGroupnavWindow'", 130 "object": "LayoutSVGContainer g id='windowMainGroupnavWindow'",
106 "rect": [624, 92, 174, 158], 131 "rect": [624, 92, 174, 158],
107 "reason": "layoutObject insertion" 132 "reason": "layoutObject insertion"
108 }, 133 },
109 { 134 {
110 "object": "LayoutSVGRect rect",
111 "rect": [624, 92, 174, 158],
112 "reason": "layoutObject insertion"
113 },
114 {
115 "object": "LayoutSVGContainer g id='colourPickerWindow'", 135 "object": "LayoutSVGContainer g id='colourPickerWindow'",
116 "rect": [77, 195, 174, 143], 136 "rect": [77, 195, 174, 143],
117 "reason": "layoutObject insertion" 137 "reason": "layoutObject insertion"
118 }, 138 },
119 { 139 {
120 "object": "LayoutSVGContainer g id='windowMainGroupcolourPickerWindow' ", 140 "object": "LayoutSVGContainer g id='windowMainGroupcolourPickerWindow' ",
121 "rect": [77, 195, 174, 143], 141 "rect": [77, 195, 174, 143],
122 "reason": "layoutObject insertion" 142 "reason": "layoutObject insertion"
123 }, 143 },
124 { 144 {
125 "object": "LayoutSVGRect rect",
126 "rect": [77, 195, 174, 143],
127 "reason": "layoutObject insertion"
128 },
129 {
130 "object": "LayoutSVGContainer g id='windowTitlebarGroupcolourPickerWin dow'", 145 "object": "LayoutSVGContainer g id='windowTitlebarGroupcolourPickerWin dow'",
131 "rect": [77, 195, 174, 16], 146 "rect": [77, 195, 174, 16],
132 "reason": "layoutObject insertion" 147 "reason": "layoutObject insertion"
133 }, 148 },
134 { 149 {
135 "object": "LayoutSVGRect rect id='titleBarcolourPickerWindow'", 150 "object": "LayoutSVGRect rect",
136 "rect": [77, 195, 174, 15], 151 "rect": [311, 376, 160, 145],
137 "reason": "layoutObject insertion" 152 "reason": "layoutObject insertion"
138 }, 153 },
139 { 154 {
140 "object": "LayoutSVGRect rect",
141 "rect": [624, 238, 174, 12],
142 "reason": "layoutObject insertion"
143 },
144 {
145 "object": "LayoutSVGRect rect",
146 "rect": [77, 326, 174, 12],
147 "reason": "layoutObject insertion"
148 },
149 {
150 "object": "LayoutSVGContainer g", 155 "object": "LayoutSVGContainer g",
151 "rect": [632, 101, 160, 99], 156 "rect": [632, 101, 160, 99],
152 "reason": "layoutObject insertion" 157 "reason": "layoutObject insertion"
153 }, 158 },
154 { 159 {
155 "object": "LayoutSVGInlineText #text", 160 "object": "LayoutSVGInlineText #text",
156 "rect": [632, 101, 160, 99], 161 "rect": [632, 101, 160, 99],
157 "reason": "layoutObject insertion" 162 "reason": "layoutObject insertion"
158 }, 163 },
159 { 164 {
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 "object": "LayoutSVGTSpan tspan", 220 "object": "LayoutSVGTSpan tspan",
216 "rect": [632, 101, 160, 99], 221 "rect": [632, 101, 160, 99],
217 "reason": "layoutObject insertion" 222 "reason": "layoutObject insertion"
218 }, 223 },
219 { 224 {
220 "object": "LayoutSVGText text id='textNavWindow'", 225 "object": "LayoutSVGText text id='textNavWindow'",
221 "rect": [632, 101, 160, 99], 226 "rect": [632, 101, 160, 99],
222 "reason": "layoutObject insertion" 227 "reason": "layoutObject insertion"
223 }, 228 },
224 { 229 {
230 "object": "LayoutSVGRect rect id='titleBarsmallWindow'",
231 "rect": [311, 376, 160, 17],
232 "reason": "layoutObject insertion"
233 },
234 {
235 "object": "LayoutSVGRect rect",
236 "rect": [311, 507, 160, 14],
237 "reason": "layoutObject insertion"
238 },
239 {
225 "object": "LayoutSVGContainer g id='smallWindow'", 240 "object": "LayoutSVGContainer g id='smallWindow'",
226 "rect": [312, 377, 158, 143], 241 "rect": [312, 377, 158, 143],
227 "reason": "layoutObject insertion" 242 "reason": "layoutObject insertion"
228 }, 243 },
229 { 244 {
230 "object": "LayoutSVGContainer g id='windowMainGroupsmallWindow'", 245 "object": "LayoutSVGContainer g id='windowMainGroupsmallWindow'",
231 "rect": [312, 377, 158, 143], 246 "rect": [312, 377, 158, 143],
232 "reason": "layoutObject insertion" 247 "reason": "layoutObject insertion"
233 }, 248 },
234 {
235 "object": "LayoutSVGRect rect",
236 "rect": [312, 377, 158, 143],
237 "reason": "layoutObject insertion"
238 },
239 { 249 {
240 "object": "LayoutSVGContainer g id='windowTitlebarGroupsmallWindow'", 250 "object": "LayoutSVGContainer g id='windowTitlebarGroupsmallWindow'",
241 "rect": [312, 377, 158, 16], 251 "rect": [312, 377, 158, 16],
242 "reason": "layoutObject insertion" 252 "reason": "layoutObject insertion"
243 }, 253 },
244 { 254 {
245 "object": "LayoutSVGRect rect id='titleBarsmallWindow'",
246 "rect": [312, 377, 158, 15],
247 "reason": "layoutObject insertion"
248 },
249 {
250 "object": "LayoutSVGRect rect", 255 "object": "LayoutSVGRect rect",
251 "rect": [312, 508, 158, 12], 256 "rect": [248, 343, 145, 66],
252 "reason": "layoutObject insertion" 257 "reason": "layoutObject insertion"
253 }, 258 },
254 { 259 {
260 "object": "LayoutSVGRect rect id='titleBarstatusWindow'",
261 "rect": [248, 343, 145, 17],
262 "reason": "layoutObject insertion"
263 },
264 {
255 "object": "LayoutSVGContainer g id='statusWindow'", 265 "object": "LayoutSVGContainer g id='statusWindow'",
256 "rect": [249, 344, 143, 64], 266 "rect": [249, 344, 143, 64],
257 "reason": "layoutObject insertion" 267 "reason": "layoutObject insertion"
258 }, 268 },
259 { 269 {
260 "object": "LayoutSVGContainer g id='windowMainGroupstatusWindow'", 270 "object": "LayoutSVGContainer g id='windowMainGroupstatusWindow'",
261 "rect": [249, 344, 143, 64], 271 "rect": [249, 344, 143, 64],
262 "reason": "layoutObject insertion" 272 "reason": "layoutObject insertion"
263 }, 273 },
264 { 274 {
265 "object": "LayoutSVGRect rect",
266 "rect": [249, 344, 143, 64],
267 "reason": "layoutObject insertion"
268 },
269 {
270 "object": "LayoutSVGContainer g id='windowTitlebarGroupstatusWindow'", 275 "object": "LayoutSVGContainer g id='windowTitlebarGroupstatusWindow'",
271 "rect": [249, 344, 143, 15], 276 "rect": [249, 344, 143, 15],
272 "reason": "layoutObject insertion" 277 "reason": "layoutObject insertion"
273 }, 278 },
274 { 279 {
275 "object": "LayoutSVGRect rect id='titleBarstatusWindow'",
276 "rect": [249, 344, 143, 15],
277 "reason": "layoutObject insertion"
278 },
279 {
280 "object": "LayoutSVGContainer g", 280 "object": "LayoutSVGContainer g",
281 "rect": [320, 398, 136, 65], 281 "rect": [320, 398, 136, 65],
282 "reason": "layoutObject insertion" 282 "reason": "layoutObject insertion"
283 }, 283 },
284 { 284 {
285 "object": "LayoutSVGInlineText #text", 285 "object": "LayoutSVGInlineText #text",
286 "rect": [320, 398, 136, 65], 286 "rect": [320, 398, 136, 65],
287 "reason": "layoutObject insertion" 287 "reason": "layoutObject insertion"
288 }, 288 },
289 { 289 {
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 "object": "LayoutSVGInlineText #text", 345 "object": "LayoutSVGInlineText #text",
346 "rect": [80, 182, 131, 15], 346 "rect": [80, 182, 131, 15],
347 "reason": "layoutObject insertion" 347 "reason": "layoutObject insertion"
348 }, 348 },
349 { 349 {
350 "object": "LayoutSVGText text", 350 "object": "LayoutSVGText text",
351 "rect": [80, 182, 131, 15], 351 "rect": [80, 182, 131, 15],
352 "reason": "layoutObject insertion" 352 "reason": "layoutObject insertion"
353 }, 353 },
354 { 354 {
355 "object": "LayoutSVGRect rect",
356 "rect": [38, 475, 121, 50],
357 "reason": "layoutObject insertion"
358 },
359 {
355 "object": "LayoutSVGInlineText #text", 360 "object": "LayoutSVGInlineText #text",
356 "rect": [80, 406, 121, 11], 361 "rect": [80, 406, 121, 11],
357 "reason": "layoutObject insertion" 362 "reason": "layoutObject insertion"
358 }, 363 },
359 { 364 {
360 "object": "LayoutSVGText text", 365 "object": "LayoutSVGText text",
361 "rect": [80, 406, 121, 11], 366 "rect": [80, 406, 121, 11],
362 "reason": "layoutObject insertion" 367 "reason": "layoutObject insertion"
363 }, 368 },
364 { 369 {
365 "object": "LayoutSVGContainer g id='minimalWindow'", 370 "object": "LayoutSVGContainer g id='minimalWindow'",
366 "rect": [39, 476, 119, 48], 371 "rect": [39, 476, 119, 48],
367 "reason": "layoutObject insertion" 372 "reason": "layoutObject insertion"
368 }, 373 },
369 { 374 {
370 "object": "LayoutSVGContainer g id='windowMainGroupminimalWindow'", 375 "object": "LayoutSVGContainer g id='windowMainGroupminimalWindow'",
371 "rect": [39, 476, 119, 48], 376 "rect": [39, 476, 119, 48],
372 "reason": "layoutObject insertion" 377 "reason": "layoutObject insertion"
373 }, 378 },
374 { 379 {
375 "object": "LayoutSVGRect rect",
376 "rect": [39, 476, 119, 48],
377 "reason": "layoutObject insertion"
378 },
379 {
380 "object": "LayoutSVGContainer g", 380 "object": "LayoutSVGContainer g",
381 "rect": [257, 364, 118, 40], 381 "rect": [257, 364, 118, 40],
382 "reason": "layoutObject insertion" 382 "reason": "layoutObject insertion"
383 }, 383 },
384 { 384 {
385 "object": "LayoutSVGInlineText #text", 385 "object": "LayoutSVGInlineText #text",
386 "rect": [257, 364, 118, 40], 386 "rect": [257, 364, 118, 40],
387 "reason": "layoutObject insertion" 387 "reason": "layoutObject insertion"
388 }, 388 },
389 { 389 {
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 "object": "LayoutSVGInlineText #text", 530 "object": "LayoutSVGInlineText #text",
531 "rect": [616, 153, 13, 81], 531 "rect": [616, 153, 13, 81],
532 "reason": "layoutObject insertion" 532 "reason": "layoutObject insertion"
533 }, 533 },
534 { 534 {
535 "object": "LayoutSVGText text", 535 "object": "LayoutSVGText text",
536 "rect": [616, 153, 13, 81], 536 "rect": [616, 153, 13, 81],
537 "reason": "layoutObject insertion" 537 "reason": "layoutObject insertion"
538 }, 538 },
539 { 539 {
540 "object": "LayoutSVGRect rect",
541 "rect": [768, 93, 13, 13],
542 "reason": "bounds change"
543 },
544 {
545 "object": "LayoutSVGRect rect",
546 "rect": [768, 93, 13, 13],
547 "reason": "layoutObject insertion"
548 },
549 {
550 "object": "LayoutSVGRect rect",
551 "rect": [557, 144, 13, 13],
552 "reason": "layoutObject insertion"
553 },
554 {
555 "object": "LayoutSVGRect rect",
556 "rect": [362, 183, 13, 13],
557 "reason": "layoutObject insertion"
558 },
559 {
560 "object": "LayoutSVGRect rect",
561 "rect": [440, 379, 13, 12],
562 "reason": "layoutObject insertion"
563 },
564 {
565 "object": "LayoutSVGRect rect",
566 "rect": [375, 345, 13, 12],
567 "reason": "layoutObject insertion"
568 },
569 {
570 "object": "LayoutSVGPath line",
571 "rect": [376, 183, 12, 13],
572 "reason": "layoutObject insertion"
573 },
574 {
575 "object": "LayoutSVGPath line",
576 "rect": [376, 183, 12, 13],
577 "reason": "layoutObject insertion"
578 },
579 {
580 "object": "LayoutSVGPath line",
581 "rect": [782, 94, 12, 12],
582 "reason": "bounds change"
583 },
584 {
585 "object": "LayoutSVGPath line",
586 "rect": [782, 94, 12, 12],
587 "reason": "bounds change"
588 },
589 {
590 "object": "LayoutSVGPath line",
591 "rect": [782, 94, 12, 12],
592 "reason": "layoutObject insertion"
593 },
594 {
595 "object": "LayoutSVGPath line",
596 "rect": [782, 94, 12, 12],
597 "reason": "layoutObject insertion"
598 },
599 {
600 "object": "LayoutSVGRect rect",
601 "rect": [615, 99, 12, 12],
602 "reason": "bounds change"
603 },
604 {
605 "object": "LayoutSVGPath line",
606 "rect": [615, 83, 12, 12],
607 "reason": "bounds change"
608 },
609 {
610 "object": "LayoutSVGPath line",
611 "rect": [615, 83, 12, 12],
612 "reason": "bounds change"
613 },
614 {
615 "object": "LayoutSVGPath line",
616 "rect": [571, 144, 12, 12],
617 "reason": "layoutObject insertion"
618 },
619 {
620 "object": "LayoutSVGPath line",
621 "rect": [571, 144, 12, 12],
622 "reason": "layoutObject insertion"
623 },
624 {
625 "object": "LayoutSVGPath line",
626 "rect": [454, 379, 12, 12],
627 "reason": "layoutObject insertion"
628 },
629 {
630 "object": "LayoutSVGPath line",
631 "rect": [454, 379, 12, 12],
632 "reason": "layoutObject insertion"
633 },
634 {
635 "object": "LayoutSVGPath line",
636 "rect": [235, 197, 12, 12],
637 "reason": "layoutObject insertion"
638 },
639 {
640 "object": "LayoutSVGPath line",
641 "rect": [235, 197, 12, 12],
642 "reason": "layoutObject insertion"
643 },
644 {
645 "object": "LayoutSVGRect rect",
646 "rect": [222, 197, 12, 12],
647 "reason": "layoutObject insertion"
648 },
649 {
650 "object": "LayoutSVGPath line",
651 "rect": [427, 387, 12, 4],
652 "reason": "layoutObject insertion"
653 },
654 {
655 "object": "LayoutSVGPath line",
656 "rect": [349, 192, 12, 4],
657 "reason": "layoutObject insertion"
658 },
659 {
660 "object": "LayoutSVGPath line",
661 "rect": [615, 123, 12, 3],
662 "reason": "bounds change"
663 },
664 {
540 "object": "LayoutSVGContainer use id='maximizeButtonnavWindow'", 665 "object": "LayoutSVGContainer use id='maximizeButtonnavWindow'",
541 "rect": [769, 94, 11, 11], 666 "rect": [769, 94, 11, 11],
542 "reason": "full" 667 "reason": "full"
543 }, 668 },
544 { 669 {
545 "object": "LayoutSVGContainer use id='maximizeButtonnavWindow'", 670 "object": "LayoutSVGContainer use id='maximizeButtonnavWindow'",
546 "rect": [769, 94, 11, 11], 671 "rect": [769, 94, 11, 11],
547 "reason": "layoutObject insertion" 672 "reason": "layoutObject insertion"
548 }, 673 },
549 { 674 {
550 "object": "LayoutSVGRect rect",
551 "rect": [769, 94, 11, 11],
552 "reason": "bounds change"
553 },
554 {
555 "object": "LayoutSVGRect rect",
556 "rect": [769, 94, 11, 11],
557 "reason": "layoutObject insertion"
558 },
559 {
560 "object": "LayoutSVGViewportContainer svg id='maximizeButton'", 675 "object": "LayoutSVGViewportContainer svg id='maximizeButton'",
561 "rect": [769, 94, 11, 11], 676 "rect": [769, 94, 11, 11],
562 "reason": "full" 677 "reason": "full"
563 }, 678 },
564 { 679 {
565 "object": "LayoutSVGViewportContainer svg id='maximizeButton'", 680 "object": "LayoutSVGViewportContainer svg id='maximizeButton'",
566 "rect": [769, 94, 11, 11], 681 "rect": [769, 94, 11, 11],
567 "reason": "layoutObject insertion" 682 "reason": "layoutObject insertion"
568 }, 683 },
569 { 684 {
570 "object": "LayoutSVGContainer use id='maximizeButtonbigWindow'", 685 "object": "LayoutSVGContainer use id='maximizeButtonbigWindow'",
571 "rect": [558, 145, 11, 11], 686 "rect": [558, 145, 11, 11],
572 "reason": "layoutObject insertion" 687 "reason": "layoutObject insertion"
573 }, 688 },
574 { 689 {
575 "object": "LayoutSVGRect rect",
576 "rect": [558, 145, 11, 11],
577 "reason": "layoutObject insertion"
578 },
579 {
580 "object": "LayoutSVGViewportContainer svg id='maximizeButton'", 690 "object": "LayoutSVGViewportContainer svg id='maximizeButton'",
581 "rect": [558, 145, 11, 11], 691 "rect": [558, 145, 11, 11],
582 "reason": "layoutObject insertion" 692 "reason": "layoutObject insertion"
583 }, 693 },
584 { 694 {
585 "object": "LayoutSVGRect rect",
586 "rect": [441, 379, 11, 11],
587 "reason": "layoutObject insertion"
588 },
589 {
590 "object": "LayoutSVGPath line",
591 "rect": [376, 184, 11, 11],
592 "reason": "layoutObject insertion"
593 },
594 {
595 "object": "LayoutSVGPath line",
596 "rect": [376, 184, 11, 11],
597 "reason": "layoutObject insertion"
598 },
599 {
600 "object": "LayoutSVGContainer use id='maximizeButtonnestedWindow'", 695 "object": "LayoutSVGContainer use id='maximizeButtonnestedWindow'",
601 "rect": [363, 184, 11, 11], 696 "rect": [363, 184, 11, 11],
602 "reason": "layoutObject insertion" 697 "reason": "layoutObject insertion"
603 }, 698 },
604 { 699 {
605 "object": "LayoutSVGRect rect",
606 "rect": [363, 184, 11, 11],
607 "reason": "layoutObject insertion"
608 },
609 {
610 "object": "LayoutSVGViewportContainer svg id='maximizeButton'", 700 "object": "LayoutSVGViewportContainer svg id='maximizeButton'",
611 "rect": [363, 184, 11, 11], 701 "rect": [363, 184, 11, 11],
612 "reason": "layoutObject insertion" 702 "reason": "layoutObject insertion"
613 }, 703 },
614 { 704 {
615 "object": "LayoutSVGRect rect",
616 "rect": [222, 197, 11, 11],
617 "reason": "layoutObject insertion"
618 },
619 {
620 "object": "LayoutSVGContainer use id='maximizeButtonsmallWindow'", 705 "object": "LayoutSVGContainer use id='maximizeButtonsmallWindow'",
621 "rect": [441, 380, 11, 10], 706 "rect": [441, 380, 11, 10],
622 "reason": "layoutObject insertion" 707 "reason": "layoutObject insertion"
623 }, 708 },
624 { 709 {
625 "object": "LayoutSVGViewportContainer svg id='maximizeButton'", 710 "object": "LayoutSVGViewportContainer svg id='maximizeButton'",
626 "rect": [441, 380, 11, 10], 711 "rect": [441, 380, 11, 10],
627 "reason": "layoutObject insertion" 712 "reason": "layoutObject insertion"
628 }, 713 },
629 { 714 {
630 "object": "LayoutSVGContainer use id='maximizeButtonstatusWindow'", 715 "object": "LayoutSVGContainer use id='maximizeButtonstatusWindow'",
631 "rect": [376, 346, 11, 10], 716 "rect": [376, 346, 11, 10],
632 "reason": "layoutObject insertion" 717 "reason": "layoutObject insertion"
633 }, 718 },
634 { 719 {
635 "object": "LayoutSVGRect rect",
636 "rect": [376, 346, 11, 10],
637 "reason": "layoutObject insertion"
638 },
639 {
640 "object": "LayoutSVGViewportContainer svg id='maximizeButton'", 720 "object": "LayoutSVGViewportContainer svg id='maximizeButton'",
641 "rect": [376, 346, 11, 10], 721 "rect": [376, 346, 11, 10],
642 "reason": "layoutObject insertion" 722 "reason": "layoutObject insertion"
643 }, 723 },
644 { 724 {
645 "object": "LayoutSVGPath line", 725 "object": "LayoutSVGPath line",
646 "rect": [783, 94, 10, 11], 726 "rect": [756, 102, 11, 4],
647 "reason": "bounds change" 727 "reason": "bounds change"
648 }, 728 },
649 { 729 {
650 "object": "LayoutSVGPath line", 730 "object": "LayoutSVGPath line",
651 "rect": [783, 94, 10, 11], 731 "rect": [756, 102, 11, 4],
652 "reason": "bounds change"
653 },
654 {
655 "object": "LayoutSVGPath line",
656 "rect": [783, 94, 10, 11],
657 "reason": "layoutObject insertion" 732 "reason": "layoutObject insertion"
658 }, 733 },
659 { 734 {
660 "object": "LayoutSVGPath line", 735 "object": "LayoutSVGPath line",
661 "rect": [783, 94, 10, 11], 736 "rect": [545, 153, 11, 4],
662 "reason": "layoutObject insertion"
663 },
664 {
665 "object": "LayoutSVGRect rect",
666 "rect": [616, 99, 10, 11],
667 "reason": "bounds change"
668 },
669 {
670 "object": "LayoutSVGPath line",
671 "rect": [572, 145, 10, 11],
672 "reason": "layoutObject insertion" 737 "reason": "layoutObject insertion"
673 }, 738 },
674 { 739 {
675 "object": "LayoutSVGPath line", 740 "object": "LayoutSVGPath line",
676 "rect": [572, 145, 10, 11], 741 "rect": [209, 205, 11, 4],
677 "reason": "layoutObject insertion" 742 "reason": "layoutObject insertion"
678 }, 743 },
679 { 744 {
745 "object": "LayoutSVGPath line",
746 "rect": [363, 354, 11, 3],
747 "reason": "layoutObject insertion"
748 },
749 {
680 "object": "LayoutSVGContainer use id='closeButtonnestedWindow'", 750 "object": "LayoutSVGContainer use id='closeButtonnestedWindow'",
681 "rect": [377, 184, 10, 11], 751 "rect": [377, 184, 10, 11],
682 "reason": "layoutObject insertion" 752 "reason": "layoutObject insertion"
683 }, 753 },
684 { 754 {
685 "object": "LayoutSVGViewportContainer svg id='closeButton'", 755 "object": "LayoutSVGViewportContainer svg id='closeButton'",
686 "rect": [377, 184, 10, 11], 756 "rect": [377, 184, 10, 11],
687 "reason": "layoutObject insertion" 757 "reason": "layoutObject insertion"
688 }, 758 },
689 { 759 {
(...skipping 25 matching lines...) Expand all
715 "object": "LayoutSVGViewportContainer svg id='maximizeButton'", 785 "object": "LayoutSVGViewportContainer svg id='maximizeButton'",
716 "rect": [616, 100, 10, 10], 786 "rect": [616, 100, 10, 10],
717 "reason": "full" 787 "reason": "full"
718 }, 788 },
719 { 789 {
720 "object": "LayoutSVGContainer use id='closeButtonnavWindow'", 790 "object": "LayoutSVGContainer use id='closeButtonnavWindow'",
721 "rect": [616, 84, 10, 10], 791 "rect": [616, 84, 10, 10],
722 "reason": "full" 792 "reason": "full"
723 }, 793 },
724 { 794 {
725 "object": "LayoutSVGPath line",
726 "rect": [616, 84, 10, 10],
727 "reason": "bounds change"
728 },
729 {
730 "object": "LayoutSVGPath line",
731 "rect": [616, 84, 10, 10],
732 "reason": "bounds change"
733 },
734 {
735 "object": "LayoutSVGRect rect", 795 "object": "LayoutSVGRect rect",
736 "rect": [616, 84, 10, 10], 796 "rect": [616, 84, 10, 10],
737 "reason": "bounds change" 797 "reason": "bounds change"
738 }, 798 },
739 { 799 {
740 "object": "LayoutSVGViewportContainer svg id='closeButton'", 800 "object": "LayoutSVGViewportContainer svg id='closeButton'",
741 "rect": [616, 84, 10, 10], 801 "rect": [616, 84, 10, 10],
742 "reason": "full" 802 "reason": "full"
743 }, 803 },
744 { 804 {
745 "object": "LayoutSVGContainer use id='closeButtonbigWindow'", 805 "object": "LayoutSVGContainer use id='closeButtonbigWindow'",
746 "rect": [572, 145, 10, 10], 806 "rect": [572, 145, 10, 10],
747 "reason": "layoutObject insertion" 807 "reason": "layoutObject insertion"
748 }, 808 },
749 { 809 {
750 "object": "LayoutSVGViewportContainer svg id='closeButton'", 810 "object": "LayoutSVGViewportContainer svg id='closeButton'",
751 "rect": [572, 145, 10, 10], 811 "rect": [572, 145, 10, 10],
752 "reason": "layoutObject insertion" 812 "reason": "layoutObject insertion"
753 }, 813 },
754 { 814 {
755 "object": "LayoutSVGContainer use id='closeButtonsmallWindow'", 815 "object": "LayoutSVGContainer use id='closeButtonsmallWindow'",
756 "rect": [455, 380, 10, 10], 816 "rect": [455, 380, 10, 10],
757 "reason": "layoutObject insertion" 817 "reason": "layoutObject insertion"
758 }, 818 },
759 { 819 {
760 "object": "LayoutSVGPath line",
761 "rect": [455, 380, 10, 10],
762 "reason": "layoutObject insertion"
763 },
764 {
765 "object": "LayoutSVGPath line",
766 "rect": [455, 380, 10, 10],
767 "reason": "layoutObject insertion"
768 },
769 {
770 "object": "LayoutSVGRect rect", 820 "object": "LayoutSVGRect rect",
771 "rect": [455, 380, 10, 10], 821 "rect": [455, 380, 10, 10],
772 "reason": "layoutObject insertion" 822 "reason": "layoutObject insertion"
773 }, 823 },
774 { 824 {
775 "object": "LayoutSVGViewportContainer svg id='closeButton'", 825 "object": "LayoutSVGViewportContainer svg id='closeButton'",
776 "rect": [455, 380, 10, 10], 826 "rect": [455, 380, 10, 10],
777 "reason": "layoutObject insertion" 827 "reason": "layoutObject insertion"
778 }, 828 },
779 { 829 {
(...skipping 20 matching lines...) Expand all
800 "object": "LayoutSVGViewportContainer svg id='minimizeButton'", 850 "object": "LayoutSVGViewportContainer svg id='minimizeButton'",
801 "rect": [350, 185, 10, 10], 851 "rect": [350, 185, 10, 10],
802 "reason": "layoutObject insertion" 852 "reason": "layoutObject insertion"
803 }, 853 },
804 { 854 {
805 "object": "LayoutSVGContainer use id='closeButtoncolourPickerWindow'", 855 "object": "LayoutSVGContainer use id='closeButtoncolourPickerWindow'",
806 "rect": [236, 198, 10, 10], 856 "rect": [236, 198, 10, 10],
807 "reason": "layoutObject insertion" 857 "reason": "layoutObject insertion"
808 }, 858 },
809 { 859 {
810 "object": "LayoutSVGPath line",
811 "rect": [236, 198, 10, 10],
812 "reason": "layoutObject insertion"
813 },
814 {
815 "object": "LayoutSVGPath line",
816 "rect": [236, 198, 10, 10],
817 "reason": "layoutObject insertion"
818 },
819 {
820 "object": "LayoutSVGRect rect", 860 "object": "LayoutSVGRect rect",
821 "rect": [236, 198, 10, 10], 861 "rect": [236, 198, 10, 10],
822 "reason": "layoutObject insertion" 862 "reason": "layoutObject insertion"
823 }, 863 },
824 { 864 {
825 "object": "LayoutSVGViewportContainer svg id='closeButton'", 865 "object": "LayoutSVGViewportContainer svg id='closeButton'",
826 "rect": [236, 198, 10, 10], 866 "rect": [236, 198, 10, 10],
827 "reason": "layoutObject insertion" 867 "reason": "layoutObject insertion"
828 }, 868 },
829 { 869 {
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
865 "object": "LayoutSVGRect rect", 905 "object": "LayoutSVGRect rect",
866 "rect": [572, 146, 10, 9], 906 "rect": [572, 146, 10, 9],
867 "reason": "layoutObject insertion" 907 "reason": "layoutObject insertion"
868 }, 908 },
869 { 909 {
870 "object": "LayoutSVGRect rect", 910 "object": "LayoutSVGRect rect",
871 "rect": [350, 185, 10, 9], 911 "rect": [350, 185, 10, 9],
872 "reason": "layoutObject insertion" 912 "reason": "layoutObject insertion"
873 }, 913 },
874 { 914 {
875 "object": "LayoutSVGPath line",
876 "rect": [756, 103, 10, 2],
877 "reason": "bounds change"
878 },
879 {
880 "object": "LayoutSVGPath line",
881 "rect": [756, 103, 10, 2],
882 "reason": "layoutObject insertion"
883 },
884 {
885 "object": "LayoutSVGPath line",
886 "rect": [616, 124, 10, 2],
887 "reason": "bounds change"
888 },
889 {
890 "object": "LayoutSVGPath line",
891 "rect": [545, 154, 10, 2],
892 "reason": "layoutObject insertion"
893 },
894 {
895 "object": "LayoutSVGPath line",
896 "rect": [428, 388, 10, 2],
897 "reason": "layoutObject insertion"
898 },
899 {
900 "object": "LayoutSVGPath line",
901 "rect": [363, 354, 10, 2],
902 "reason": "layoutObject insertion"
903 },
904 {
905 "object": "LayoutSVGPath line",
906 "rect": [350, 193, 10, 2],
907 "reason": "layoutObject insertion"
908 },
909 {
910 "object": "LayoutSVGContainer use id='minimizeButtonnavWindow'", 915 "object": "LayoutSVGContainer use id='minimizeButtonnavWindow'",
911 "rect": [757, 95, 9, 10], 916 "rect": [757, 95, 9, 10],
912 "reason": "full" 917 "reason": "full"
913 }, 918 },
914 { 919 {
915 "object": "LayoutSVGContainer use id='minimizeButtonnavWindow'", 920 "object": "LayoutSVGContainer use id='minimizeButtonnavWindow'",
916 "rect": [757, 95, 9, 10], 921 "rect": [757, 95, 9, 10],
917 "reason": "layoutObject insertion" 922 "reason": "layoutObject insertion"
918 }, 923 },
919 { 924 {
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
981 "rect": [546, 146, 9, 9], 986 "rect": [546, 146, 9, 9],
982 "reason": "layoutObject insertion" 987 "reason": "layoutObject insertion"
983 }, 988 },
984 { 989 {
985 "object": "LayoutSVGRect rect", 990 "object": "LayoutSVGRect rect",
986 "rect": [377, 185, 9, 9], 991 "rect": [377, 185, 9, 9],
987 "reason": "layoutObject insertion" 992 "reason": "layoutObject insertion"
988 }, 993 },
989 { 994 {
990 "object": "LayoutSVGPath line", 995 "object": "LayoutSVGPath line",
991 "rect": [210, 206, 9, 2], 996 "rect": [-1, 20, 7, 13],
992 "reason": "layoutObject insertion" 997 "reason": "layoutObject insertion"
993 }, 998 },
994 { 999 {
995 "object": "LayoutSVGPath line", 1000 "object": "LayoutSVGPath line",
996 "rect": [0, 21, 5, 11], 1001 "rect": [-1, 20, 7, 13],
1002 "reason": "layoutObject insertion"
1003 },
1004 {
1005 "object": "LayoutSVGRect rect",
1006 "rect": [-1, 20, 7, 13],
997 "reason": "layoutObject insertion" 1007 "reason": "layoutObject insertion"
998 }, 1008 },
999 { 1009 {
1000 "object": "LayoutSVGPath line", 1010 "object": "LayoutSVGPath line",
1001 "rect": [0, 21, 5, 11], 1011 "rect": [-1, 29, 7, 4],
1002 "reason": "layoutObject insertion" 1012 "reason": "layoutObject insertion"
1003 }, 1013 },
1004 { 1014 {
1005 "object": "LayoutSVGRect rect",
1006 "rect": [0, 21, 5, 11],
1007 "reason": "layoutObject insertion"
1008 },
1009 {
1010 "object": "LayoutSVGRect rect", 1015 "object": "LayoutSVGRect rect",
1011 "rect": [0, 22, 5, 9], 1016 "rect": [0, 22, 5, 9],
1012 "reason": "layoutObject insertion" 1017 "reason": "layoutObject insertion"
1013 }, 1018 },
1014 { 1019 {
1015 "object": "LayoutSVGRect rect", 1020 "object": "LayoutSVGRect rect",
1016 "rect": [0, 22, 5, 9], 1021 "rect": [0, 22, 5, 9],
1017 "reason": "layoutObject insertion" 1022 "reason": "layoutObject insertion"
1018 },
1019 {
1020 "object": "LayoutSVGPath line",
1021 "rect": [0, 30, 5, 2],
1022 "reason": "layoutObject insertion"
1023 } 1023 }
1024 ] 1024 ]
1025 } 1025 }
1026 ], 1026 ],
1027 "objectPaintInvalidations": [ 1027 "objectPaintInvalidations": [
1028 { 1028 {
1029 "object": "LayoutSVGHiddenContainer symbol id='closeButton'", 1029 "object": "LayoutSVGHiddenContainer symbol id='closeButton'",
1030 "reason": "layoutObject insertion" 1030 "reason": "layoutObject insertion"
1031 }, 1031 },
1032 { 1032 {
(...skipping 1012 matching lines...) Expand 10 before | Expand all | Expand 10 after
2045 "object": "LayoutSVGRect rect", 2045 "object": "LayoutSVGRect rect",
2046 "reason": "bounds change" 2046 "reason": "bounds change"
2047 }, 2047 },
2048 { 2048 {
2049 "object": "LayoutSVGPath line", 2049 "object": "LayoutSVGPath line",
2050 "reason": "bounds change" 2050 "reason": "bounds change"
2051 } 2051 }
2052 ] 2052 ]
2053 } 2053 }
2054 2054
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698