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

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

Powered by Google App Engine
This is Rietveld 408576698