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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/svg/remove-text-node-from-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": "bounds change"
33 },
34 {
35 "object": "LayoutSVGInlineText #text",
36 "rect": [10, 63, 307, 377],
37 "reason": "layoutObject removal"
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": "full"
58 }
59 ]
60 }
61 ],
62 "objectPaintInvalidations": [
63 {
64 "object": "LayoutSVGInlineText #text",
65 "reason": "layoutObject removal"
66 },
67 {
68 "object": "LayoutSVGText text",
69 "reason": "full"
70 },
71 {
72 "object": "RootInlineBox",
73 "reason": "full"
74 },
75 {
76 "object": "LayoutSVGTSpan tspan id='modify'",
77 "reason": "forced by layout"
78 },
79 {
80 "object": "LayoutSVGInlineText #text",
81 "reason": "forced by layout"
82 },
83 {
84 "object": "LayoutSVGTSpan tspan",
85 "reason": "forced by layout"
86 },
87 {
88 "object": "InlineFlowBox",
89 "reason": "forced by layout"
90 },
91 {
92 "object": "LayoutSVGInlineText #text",
93 "reason": "forced by layout"
94 },
95 {
96 "object": "InlineTextBox 'PASS'",
97 "reason": "forced by layout"
98 },
99 {
100 "object": "LayoutSVGInlineText #text",
101 "reason": "forced by layout"
102 },
103 {
104 "object": "InlineTextBox ' '",
105 "reason": "forced by layout"
106 },
107 {
108 "object": "LayoutSVGTSpan tspan",
109 "reason": "forced by layout"
110 },
111 {
112 "object": "InlineFlowBox",
113 "reason": "forced by layout"
114 },
115 {
116 "object": "LayoutSVGInlineText #text",
117 "reason": "forced by layout"
118 },
119 {
120 "object": "InlineTextBox 'PASS'",
121 "reason": "forced by layout"
122 },
123 {
124 "object": "LayoutSVGInlineText #text",
125 "reason": "bounds change"
126 }
127 ]
128 }
129
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698