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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/append-text-node-to-tspan-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": "LayoutSVGInlineText #text",
11 "rect": [10, 62, 306, 378],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutSVGInlineText #text",
16 "rect": [10, 62, 306, 378],
17 "reason": "forced by layout"
18 },
19 {
20 "object": "LayoutSVGInlineText #text",
21 "rect": [10, 62, 306, 378],
22 "reason": "forced by layout"
23 },
24 {
25 "object": "LayoutSVGInlineText #text",
26 "rect": [10, 62, 306, 378],
27 "reason": "forced by layout"
28 },
29 {
30 "object": "LayoutSVGInlineText #text",
31 "rect": [10, 62, 306, 378],
32 "reason": "forced by layout"
33 },
34 {
35 "object": "LayoutSVGInlineText #text",
36 "rect": [10, 62, 306, 378],
37 "reason": "layoutObject insertion"
38 },
39 {
40 "object": "LayoutSVGTSpan tspan",
41 "rect": [10, 62, 306, 378],
42 "reason": "forced by layout"
43 },
44 {
45 "object": "LayoutSVGTSpan tspan",
46 "rect": [10, 62, 306, 378],
47 "reason": "forced by layout"
48 },
49 {
50 "object": "LayoutSVGTSpan tspan id='modify'",
51 "rect": [10, 62, 306, 378],
52 "reason": "forced by layout"
53 },
54 {
55 "object": "LayoutSVGText text", 10 "object": "LayoutSVGText text",
56 "rect": [10, 62, 306, 378], 11 "rect": [10, 62, 306, 378],
57 "reason": "style change" 12 "reason": "style change"
58 } 13 }
59 ] 14 ]
60 } 15 }
61 ], 16 ],
62 "objectPaintInvalidations": [ 17 "objectPaintInvalidations": [
63 { 18 {
64 "object": "LayoutSVGText text", 19 "object": "LayoutSVGText text",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 "object": "LayoutSVGInlineText #text", 91 "object": "LayoutSVGInlineText #text",
137 "reason": "forced by layout" 92 "reason": "forced by layout"
138 }, 93 },
139 { 94 {
140 "object": "InlineTextBox 'PASS'", 95 "object": "InlineTextBox 'PASS'",
141 "reason": "forced by layout" 96 "reason": "forced by layout"
142 } 97 }
143 ] 98 ]
144 } 99 }
145 100
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698