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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/svg/remove-tspan-from-text-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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
(Empty)
1 {
2 "layers": [
3 {
4 "name": "LayoutView #document",
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "paintInvalidations": [
9 {
10 "object": "LayoutSVGInlineText #text",
11 "rect": [10, 63, 307, 257],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutSVGInlineText #text",
16 "rect": [10, 63, 307, 257],
17 "reason": "forced by layout"
18 },
19 {
20 "object": "LayoutSVGInlineText #text",
21 "rect": [10, 63, 307, 257],
22 "reason": "forced by layout"
23 },
24 {
25 "object": "LayoutSVGInlineText #text",
26 "rect": [10, 63, 307, 257],
27 "reason": "forced by layout"
28 },
29 {
30 "object": "LayoutSVGInlineText #text",
31 "rect": [10, 63, 307, 257],
32 "reason": "layoutObject removal"
33 },
34 {
35 "object": "LayoutSVGTSpan tspan",
36 "rect": [10, 63, 307, 257],
37 "reason": "forced by layout"
38 },
39 {
40 "object": "LayoutSVGTSpan tspan",
41 "rect": [10, 63, 307, 257],
42 "reason": "forced by layout"
43 },
44 {
45 "object": "LayoutSVGTSpan tspan id='remove'",
46 "rect": [10, 63, 307, 257],
47 "reason": "layoutObject removal"
48 },
49 {
50 "object": "LayoutSVGText text id='text'",
51 "rect": [10, 63, 307, 257],
52 "reason": "full"
53 }
54 ]
55 }
56 ],
57 "objectPaintInvalidations": [
58 {
59 "object": "LayoutSVGInlineText #text",
60 "reason": "layoutObject removal"
61 },
62 {
63 "object": "LayoutSVGTSpan tspan id='remove'",
64 "reason": "layoutObject removal"
65 },
66 {
67 "object": "LayoutSVGText text id='text'",
68 "reason": "full"
69 },
70 {
71 "object": "RootInlineBox",
72 "reason": "full"
73 },
74 {
75 "object": "LayoutSVGTSpan tspan",
76 "reason": "forced by layout"
77 },
78 {
79 "object": "InlineFlowBox",
80 "reason": "forced by layout"
81 },
82 {
83 "object": "LayoutSVGInlineText #text",
84 "reason": "forced by layout"
85 },
86 {
87 "object": "InlineTextBox 'PASS'",
88 "reason": "forced by layout"
89 },
90 {
91 "object": "LayoutSVGInlineText #text",
92 "reason": "forced by layout"
93 },
94 {
95 "object": "InlineTextBox ' '",
96 "reason": "forced by layout"
97 },
98 {
99 "object": "LayoutSVGInlineText #text",
100 "reason": "forced by layout"
101 },
102 {
103 "object": "LayoutSVGTSpan tspan",
104 "reason": "forced by layout"
105 },
106 {
107 "object": "InlineFlowBox",
108 "reason": "forced by layout"
109 },
110 {
111 "object": "LayoutSVGInlineText #text",
112 "reason": "forced by layout"
113 },
114 {
115 "object": "InlineTextBox 'PASS'",
116 "reason": "forced by layout"
117 }
118 ]
119 }
120
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698