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

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

Powered by Google App Engine
This is Rietveld 408576698