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

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

Powered by Google App Engine
This is Rietveld 408576698