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

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

Powered by Google App Engine
This is Rietveld 408576698