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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/svg/append-text-node-to-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": "forced by layout" 12 "reason": "geometry"
13 }, 13 },
14 { 14 {
15 "object": "LayoutSVGInlineText #text", 15 "object": "LayoutSVGInlineText #text",
16 "rect": [10, 63, 307, 377], 16 "rect": [10, 63, 307, 377],
17 "reason": "forced by layout" 17 "reason": "geometry"
18 }, 18 },
19 { 19 {
20 "object": "LayoutSVGInlineText #text", 20 "object": "LayoutSVGInlineText #text",
21 "rect": [10, 63, 307, 377], 21 "rect": [10, 63, 307, 377],
22 "reason": "forced by layout" 22 "reason": "geometry"
23 }, 23 },
24 { 24 {
25 "object": "LayoutSVGInlineText #text", 25 "object": "LayoutSVGInlineText #text",
26 "rect": [10, 63, 307, 377], 26 "rect": [10, 63, 307, 377],
27 "reason": "forced by layout" 27 "reason": "geometry"
28 }, 28 },
29 { 29 {
30 "object": "LayoutSVGInlineText #text", 30 "object": "LayoutSVGInlineText #text",
31 "rect": [10, 63, 307, 377], 31 "rect": [10, 63, 307, 377],
32 "reason": "forced by layout" 32 "reason": "geometry"
33 }, 33 },
34 { 34 {
35 "object": "LayoutSVGInlineText #text", 35 "object": "LayoutSVGInlineText #text",
36 "rect": [10, 63, 307, 377], 36 "rect": [10, 63, 307, 377],
37 "reason": "layoutObject insertion" 37 "reason": "appeared"
38 }, 38 },
39 { 39 {
40 "object": "LayoutSVGTSpan tspan", 40 "object": "LayoutSVGTSpan tspan",
41 "rect": [10, 63, 307, 377], 41 "rect": [10, 63, 307, 377],
42 "reason": "forced by layout" 42 "reason": "geometry"
43 }, 43 },
44 { 44 {
45 "object": "LayoutSVGTSpan tspan", 45 "object": "LayoutSVGTSpan tspan",
46 "rect": [10, 63, 307, 377], 46 "rect": [10, 63, 307, 377],
47 "reason": "forced by layout" 47 "reason": "geometry"
48 }, 48 },
49 { 49 {
50 "object": "LayoutSVGTSpan tspan id='modify'", 50 "object": "LayoutSVGTSpan tspan id='modify'",
51 "rect": [10, 63, 307, 377], 51 "rect": [10, 63, 307, 377],
52 "reason": "forced by layout" 52 "reason": "geometry"
53 }, 53 },
54 { 54 {
55 "object": "LayoutSVGText text", 55 "object": "LayoutSVGText text",
56 "rect": [10, 63, 307, 377], 56 "rect": [10, 63, 307, 377],
57 "reason": "style change" 57 "reason": "style change"
58 } 58 }
59 ] 59 ]
60 } 60 }
61 ], 61 ],
62 "objectPaintInvalidations": [ 62 "objectPaintInvalidations": [
63 { 63 {
64 "object": "LayoutSVGText text", 64 "object": "LayoutSVGText text",
65 "reason": "style change" 65 "reason": "style change"
66 }, 66 },
67 { 67 {
68 "object": "RootInlineBox", 68 "object": "RootInlineBox",
69 "reason": "style change" 69 "reason": "style change"
70 }, 70 },
71 { 71 {
72 "object": "LayoutSVGTSpan tspan id='modify'", 72 "object": "LayoutSVGTSpan tspan id='modify'",
73 "reason": "forced by layout" 73 "reason": "geometry"
74 }, 74 },
75 { 75 {
76 "object": "InlineFlowBox", 76 "object": "InlineFlowBox",
77 "reason": "forced by layout" 77 "reason": "geometry"
78 }, 78 },
79 { 79 {
80 "object": "LayoutSVGInlineText #text", 80 "object": "LayoutSVGInlineText #text",
81 "reason": "forced by layout" 81 "reason": "geometry"
82 }, 82 },
83 { 83 {
84 "object": "InlineTextBox 'PA'", 84 "object": "InlineTextBox 'PA'",
85 "reason": "forced by layout" 85 "reason": "geometry"
86 }, 86 },
87 { 87 {
88 "object": "LayoutSVGInlineText #text", 88 "object": "LayoutSVGInlineText #text",
89 "reason": "layoutObject insertion" 89 "reason": "appeared"
90 }, 90 },
91 { 91 {
92 "object": "InlineTextBox 'SS'", 92 "object": "InlineTextBox 'SS'",
93 "reason": "layoutObject insertion" 93 "reason": "appeared"
94 }, 94 },
95 { 95 {
96 "object": "LayoutSVGInlineText #text", 96 "object": "LayoutSVGInlineText #text",
97 "reason": "forced by layout" 97 "reason": "geometry"
98 }, 98 },
99 { 99 {
100 "object": "InlineTextBox ' '", 100 "object": "InlineTextBox ' '",
101 "reason": "forced by layout" 101 "reason": "geometry"
102 }, 102 },
103 { 103 {
104 "object": "LayoutSVGTSpan tspan", 104 "object": "LayoutSVGTSpan tspan",
105 "reason": "forced by layout" 105 "reason": "geometry"
106 }, 106 },
107 { 107 {
108 "object": "InlineFlowBox", 108 "object": "InlineFlowBox",
109 "reason": "forced by layout" 109 "reason": "geometry"
110 }, 110 },
111 { 111 {
112 "object": "LayoutSVGInlineText #text", 112 "object": "LayoutSVGInlineText #text",
113 "reason": "forced by layout" 113 "reason": "geometry"
114 }, 114 },
115 { 115 {
116 "object": "InlineTextBox 'PASS'", 116 "object": "InlineTextBox 'PASS'",
117 "reason": "forced by layout" 117 "reason": "geometry"
118 }, 118 },
119 { 119 {
120 "object": "LayoutSVGInlineText #text", 120 "object": "LayoutSVGInlineText #text",
121 "reason": "forced by layout" 121 "reason": "geometry"
122 }, 122 },
123 { 123 {
124 "object": "InlineTextBox ' '", 124 "object": "InlineTextBox ' '",
125 "reason": "forced by layout" 125 "reason": "geometry"
126 }, 126 },
127 { 127 {
128 "object": "LayoutSVGTSpan tspan", 128 "object": "LayoutSVGTSpan tspan",
129 "reason": "forced by layout" 129 "reason": "geometry"
130 }, 130 },
131 { 131 {
132 "object": "InlineFlowBox", 132 "object": "InlineFlowBox",
133 "reason": "forced by layout" 133 "reason": "geometry"
134 }, 134 },
135 { 135 {
136 "object": "LayoutSVGInlineText #text", 136 "object": "LayoutSVGInlineText #text",
137 "reason": "forced by layout" 137 "reason": "geometry"
138 }, 138 },
139 { 139 {
140 "object": "InlineTextBox 'PASS'", 140 "object": "InlineTextBox 'PASS'",
141 "reason": "forced by layout" 141 "reason": "geometry"
142 } 142 }
143 ] 143 ]
144 } 144 }
145 145
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698