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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/svg/remove-text-node-from-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", 10 "object": "LayoutSVGInlineText #text",
11 "rect": [10, 63, 306, 374], 11 "rect": [10, 63, 306, 374],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutSVGInlineText #text",
16 "rect": [10, 63, 306, 374],
17 "reason": "forced by layout"
18 },
19 {
20 "object": "LayoutSVGInlineText #text",
21 "rect": [10, 63, 306, 374],
22 "reason": "forced by layout"
23 },
24 {
25 "object": "LayoutSVGInlineText #text",
26 "rect": [10, 63, 306, 374],
27 "reason": "forced by layout"
28 },
29 {
30 "object": "LayoutSVGInlineText #text",
31 "rect": [10, 63, 306, 374],
32 "reason": "bounds change"
33 },
34 {
35 "object": "LayoutSVGInlineText #text",
36 "rect": [10, 63, 306, 374],
37 "reason": "layoutObject removal" 12 "reason": "layoutObject removal"
38 }, 13 },
39 { 14 {
40 "object": "LayoutSVGTSpan tspan",
41 "rect": [10, 63, 306, 374],
42 "reason": "forced by layout"
43 },
44 {
45 "object": "LayoutSVGTSpan tspan",
46 "rect": [10, 63, 306, 374],
47 "reason": "forced by layout"
48 },
49 {
50 "object": "LayoutSVGTSpan tspan id='modify'",
51 "rect": [10, 63, 306, 374],
52 "reason": "forced by layout"
53 },
54 {
55 "object": "LayoutSVGText text", 15 "object": "LayoutSVGText text",
56 "rect": [10, 63, 306, 374], 16 "rect": [10, 63, 306, 374],
57 "reason": "full" 17 "reason": "full"
58 } 18 }
59 ] 19 ]
60 } 20 }
61 ], 21 ],
62 "objectPaintInvalidations": [ 22 "objectPaintInvalidations": [
63 { 23 {
64 "object": "LayoutSVGInlineText #text", 24 "object": "LayoutSVGInlineText #text",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 "object": "InlineTextBox 'PASS'", 80 "object": "InlineTextBox 'PASS'",
121 "reason": "forced by layout" 81 "reason": "forced by layout"
122 }, 82 },
123 { 83 {
124 "object": "LayoutSVGInlineText #text", 84 "object": "LayoutSVGInlineText #text",
125 "reason": "bounds change" 85 "reason": "bounds change"
126 } 86 }
127 ] 87 ]
128 } 88 }
129 89
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698