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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/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": "LayoutSVGText text",
11 "rect": [10, 63, 307, 377],
12 "reason": "style change"
13 }
14 ]
15 }
16 ],
17 "objectPaintInvalidations": [
18 {
19 "object": "LayoutSVGText text",
20 "reason": "style change"
21 },
22 {
23 "object": "RootInlineBox",
24 "reason": "style change"
25 },
26 {
27 "object": "LayoutSVGTSpan tspan id='modify'",
28 "reason": "forced by layout"
29 },
30 {
31 "object": "InlineFlowBox",
32 "reason": "forced by layout"
33 },
34 {
35 "object": "LayoutSVGInlineText #text",
36 "reason": "forced by layout"
37 },
38 {
39 "object": "InlineTextBox 'PA'",
40 "reason": "forced by layout"
41 },
42 {
43 "object": "LayoutSVGInlineText #text",
44 "reason": "layoutObject insertion"
45 },
46 {
47 "object": "InlineTextBox 'SS'",
48 "reason": "layoutObject insertion"
49 },
50 {
51 "object": "LayoutSVGInlineText #text",
52 "reason": "forced by layout"
53 },
54 {
55 "object": "InlineTextBox ' '",
56 "reason": "forced by layout"
57 },
58 {
59 "object": "LayoutSVGTSpan tspan",
60 "reason": "forced by layout"
61 },
62 {
63 "object": "InlineFlowBox",
64 "reason": "forced by layout"
65 },
66 {
67 "object": "LayoutSVGInlineText #text",
68 "reason": "forced by layout"
69 },
70 {
71 "object": "InlineTextBox 'PASS'",
72 "reason": "forced by layout"
73 },
74 {
75 "object": "LayoutSVGInlineText #text",
76 "reason": "forced by layout"
77 },
78 {
79 "object": "InlineTextBox ' '",
80 "reason": "forced by layout"
81 },
82 {
83 "object": "LayoutSVGTSpan tspan",
84 "reason": "forced by layout"
85 },
86 {
87 "object": "InlineFlowBox",
88 "reason": "forced by layout"
89 },
90 {
91 "object": "LayoutSVGInlineText #text",
92 "reason": "forced by layout"
93 },
94 {
95 "object": "InlineTextBox 'PASS'",
96 "reason": "forced by layout"
97 }
98 ]
99 }
100
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698