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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/svg/append-text-node-to-tspan-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, 377],
12 "reason": "forced by layout"
13 },
14 {
15 "object": "LayoutSVGInlineText #text",
16 "rect": [10, 63, 307, 377],
17 "reason": "forced by layout"
18 },
19 {
20 "object": "LayoutSVGInlineText #text",
21 "rect": [10, 63, 307, 377],
22 "reason": "forced by layout"
23 },
24 {
25 "object": "LayoutSVGInlineText #text",
26 "rect": [10, 63, 307, 377],
27 "reason": "forced by layout"
28 },
29 {
30 "object": "LayoutSVGInlineText #text",
31 "rect": [10, 63, 307, 377],
32 "reason": "forced by layout"
33 },
34 {
35 "object": "LayoutSVGInlineText #text",
36 "rect": [10, 63, 307, 377],
37 "reason": "layoutObject insertion"
38 },
39 {
40 "object": "LayoutSVGTSpan tspan",
41 "rect": [10, 63, 307, 377],
42 "reason": "forced by layout"
43 },
44 {
45 "object": "LayoutSVGTSpan tspan",
46 "rect": [10, 63, 307, 377],
47 "reason": "forced by layout"
48 },
49 {
50 "object": "LayoutSVGTSpan tspan id='modify'",
51 "rect": [10, 63, 307, 377],
52 "reason": "forced by layout"
53 },
54 {
55 "object": "LayoutSVGText text",
56 "rect": [10, 63, 307, 377],
57 "reason": "style change"
58 }
59 ]
60 }
61 ],
62 "objectPaintInvalidations": [
63 {
64 "object": "LayoutSVGText text",
65 "reason": "style change"
66 },
67 {
68 "object": "RootInlineBox",
69 "reason": "style change"
70 },
71 {
72 "object": "LayoutSVGTSpan tspan id='modify'",
73 "reason": "forced by layout"
74 },
75 {
76 "object": "InlineFlowBox",
77 "reason": "forced by layout"
78 },
79 {
80 "object": "LayoutSVGInlineText #text",
81 "reason": "forced by layout"
82 },
83 {
84 "object": "InlineTextBox 'PA'",
85 "reason": "forced by layout"
86 },
87 {
88 "object": "LayoutSVGInlineText #text",
89 "reason": "layoutObject insertion"
90 },
91 {
92 "object": "InlineTextBox 'SS'",
93 "reason": "layoutObject insertion"
94 },
95 {
96 "object": "LayoutSVGInlineText #text",
97 "reason": "forced by layout"
98 },
99 {
100 "object": "InlineTextBox ' '",
101 "reason": "forced by layout"
102 },
103 {
104 "object": "LayoutSVGTSpan tspan",
105 "reason": "forced by layout"
106 },
107 {
108 "object": "InlineFlowBox",
109 "reason": "forced by layout"
110 },
111 {
112 "object": "LayoutSVGInlineText #text",
113 "reason": "forced by layout"
114 },
115 {
116 "object": "InlineTextBox 'PASS'",
117 "reason": "forced by layout"
118 },
119 {
120 "object": "LayoutSVGInlineText #text",
121 "reason": "forced by layout"
122 },
123 {
124 "object": "InlineTextBox ' '",
125 "reason": "forced by layout"
126 },
127 {
128 "object": "LayoutSVGTSpan tspan",
129 "reason": "forced by layout"
130 },
131 {
132 "object": "InlineFlowBox",
133 "reason": "forced by layout"
134 },
135 {
136 "object": "LayoutSVGInlineText #text",
137 "reason": "forced by layout"
138 },
139 {
140 "object": "InlineTextBox 'PASS'",
141 "reason": "forced by layout"
142 }
143 ]
144 }
145
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698