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

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

Powered by Google App Engine
This is Rietveld 408576698