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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/svg/text-viewbox-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": "LayoutSVGInlineText #text",
11 "rect": [59, 143, 95, 23],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutSVGInlineText #text",
16 "rect": [59, 143, 95, 23],
17 "reason": "forced by layout"
18 },
19 {
20 "object": "LayoutSVGTSpan tspan",
21 "rect": [59, 143, 95, 23],
22 "reason": "full"
23 },
24 {
25 "object": "LayoutSVGText text",
26 "rect": [59, 143, 95, 23],
27 "reason": "full"
28 },
29 {
30 "object": "LayoutSVGViewportContainer svg id='inner2'", 10 "object": "LayoutSVGViewportContainer svg id='inner2'",
31 "rect": [59, 143, 95, 23], 11 "rect": [59, 143, 95, 23],
32 "reason": "full" 12 "reason": "full"
33 }, 13 },
34 { 14 {
35 "object": "LayoutSVGInlineText #text",
36 "rect": [59, 43, 95, 23],
37 "reason": "forced by layout"
38 },
39 {
40 "object": "LayoutSVGInlineText #text",
41 "rect": [59, 43, 95, 23],
42 "reason": "forced by layout"
43 },
44 {
45 "object": "LayoutSVGInlineText #text",
46 "rect": [59, 43, 95, 23],
47 "reason": "bounds change"
48 },
49 {
50 "object": "LayoutSVGTSpan tspan",
51 "rect": [59, 43, 95, 23],
52 "reason": "full"
53 },
54 {
55 "object": "LayoutSVGText text",
56 "rect": [59, 43, 95, 23],
57 "reason": "full"
58 },
59 {
60 "object": "LayoutSVGViewportContainer svg id='inner1'", 15 "object": "LayoutSVGViewportContainer svg id='inner1'",
61 "rect": [59, 43, 95, 23], 16 "rect": [59, 43, 95, 23],
62 "reason": "full" 17 "reason": "full"
63 }, 18 },
64 { 19 {
65 "object": "LayoutSVGInlineText #text",
66 "rect": [0, 0, 8, 2],
67 "reason": "forced by layout"
68 },
69 {
70 "object": "LayoutSVGInlineText #text",
71 "rect": [0, 0, 8, 2],
72 "reason": "forced by layout"
73 },
74 {
75 "object": "LayoutSVGInlineText #text",
76 "rect": [0, 0, 8, 2],
77 "reason": "bounds change"
78 },
79 {
80 "object": "LayoutSVGTSpan tspan",
81 "rect": [0, 0, 8, 2],
82 "reason": "full"
83 },
84 {
85 "object": "LayoutSVGText text",
86 "rect": [0, 0, 8, 2],
87 "reason": "full"
88 },
89 {
90 "object": "LayoutSVGViewportContainer svg id='inner1'", 20 "object": "LayoutSVGViewportContainer svg id='inner1'",
91 "rect": [0, 0, 8, 2], 21 "rect": [0, 0, 8, 2],
92 "reason": "full" 22 "reason": "full"
93 } 23 }
94 ] 24 ]
95 } 25 }
96 ], 26 ],
97 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
98 { 28 {
99 "object": "LayoutSVGViewportContainer svg id='inner1'", 29 "object": "LayoutSVGViewportContainer svg id='inner1'",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 "object": "LayoutSVGInlineText #text", 97 "object": "LayoutSVGInlineText #text",
168 "reason": "forced by layout" 98 "reason": "forced by layout"
169 }, 99 },
170 { 100 {
171 "object": "InlineTextBox 'PASS'", 101 "object": "InlineTextBox 'PASS'",
172 "reason": "forced by layout" 102 "reason": "forced by layout"
173 } 103 }
174 ] 104 ]
175 } 105 }
176 106
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698