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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/svg/remove-tspan-from-text-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, 62, 306, 258], 11 "rect": [10, 62, 306, 258],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutSVGInlineText #text",
16 "rect": [10, 62, 306, 258],
17 "reason": "forced by layout"
18 },
19 {
20 "object": "LayoutSVGInlineText #text",
21 "rect": [10, 62, 306, 258],
22 "reason": "forced by layout"
23 },
24 {
25 "object": "LayoutSVGInlineText #text",
26 "rect": [10, 62, 306, 258],
27 "reason": "forced by layout"
28 },
29 {
30 "object": "LayoutSVGInlineText #text",
31 "rect": [10, 62, 306, 258],
32 "reason": "layoutObject removal" 12 "reason": "layoutObject removal"
33 }, 13 },
34 { 14 {
35 "object": "LayoutSVGTSpan tspan",
36 "rect": [10, 62, 306, 258],
37 "reason": "forced by layout"
38 },
39 {
40 "object": "LayoutSVGTSpan tspan",
41 "rect": [10, 62, 306, 258],
42 "reason": "forced by layout"
43 },
44 {
45 "object": "LayoutSVGTSpan tspan id='remove'", 15 "object": "LayoutSVGTSpan tspan id='remove'",
46 "rect": [10, 62, 306, 258], 16 "rect": [10, 62, 306, 258],
47 "reason": "layoutObject removal" 17 "reason": "layoutObject removal"
48 }, 18 },
49 { 19 {
50 "object": "LayoutSVGText text id='text'", 20 "object": "LayoutSVGText text id='text'",
51 "rect": [10, 62, 306, 258], 21 "rect": [10, 62, 306, 258],
52 "reason": "full" 22 "reason": "full"
53 } 23 }
54 ] 24 ]
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 "object": "LayoutSVGInlineText #text", 81 "object": "LayoutSVGInlineText #text",
112 "reason": "forced by layout" 82 "reason": "forced by layout"
113 }, 83 },
114 { 84 {
115 "object": "InlineTextBox 'PASS'", 85 "object": "InlineTextBox 'PASS'",
116 "reason": "forced by layout" 86 "reason": "forced by layout"
117 } 87 }
118 ] 88 ]
119 } 89 }
120 90
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698