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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/editing/data/strikethrough.js

Issue 2630243004: Manually import wpt/editing and wpt/selection/ (Closed)
Patch Set: Add expectation Created 3 years, 11 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 var browserTests = [
2 ["foo[]bar",
3 [["strikethrough",""]],
4 "foo[]bar",
5 [true],
6 {"strikethrough":[false,false,"",false,true,""]}],
7 ["<p>[foo</p> <p>bar]</p>",
8 [["stylewithcss","true"],["strikethrough",""]],
9 "<p><span style=\"text-decoration:line-through\">[foo</span></p> <p><span st yle=\"text-decoration:line-through\">bar]</span></p>",
10 [true,true],
11 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
12 ["<p>[foo</p> <p>bar]</p>",
13 [["stylewithcss","false"],["strikethrough",""]],
14 "<p><s>[foo</s></p> <p><s>bar]</s></p>",
15 [true,true],
16 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
17 ["<span>[foo</span> <span>bar]</span>",
18 [["stylewithcss","true"],["strikethrough",""]],
19 "<span style=\"text-decoration:line-through\"><span>[foo</span> <span>bar]</ span></span>",
20 [true,true],
21 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
22 ["<span>[foo</span> <span>bar]</span>",
23 [["stylewithcss","false"],["strikethrough",""]],
24 "<s><span>[foo</span> <span>bar]</span></s>",
25 [true,true],
26 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
27 ["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
28 [["stylewithcss","true"],["strikethrough",""]],
29 "<p><span style=\"text-decoration:line-through\">[foo</span></p><p> <span st yle=\"text-decoration:line-through\"><span>bar</span></span> </p><p><span style= \"text-decoration:line-through\">baz]</span></p>",
30 [true,true],
31 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
32 ["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
33 [["stylewithcss","false"],["strikethrough",""]],
34 "<p><s>[foo</s></p><p> <s><span>bar</span></s> </p><p><s>baz]</s></p>",
35 [true,true],
36 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
37 ["<p>[foo<p><br><p>bar]",
38 [["stylewithcss","true"],["strikethrough",""]],
39 "<p><span style=\"text-decoration:line-through\">[foo</span></p><p><span sty le=\"text-decoration:line-through\"><br></span></p><p><span style=\"text-decorat ion:line-through\">bar]</span></p>",
40 [true,true],
41 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
42 ["<p>[foo<p><br><p>bar]",
43 [["stylewithcss","false"],["strikethrough",""]],
44 "<p><s>[foo</s></p><p><s><br></s></p><p><s>bar]</s></p>",
45 [true,true],
46 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
47 ["<b>foo[]bar</b>",
48 [["strikethrough",""]],
49 "<b>foo[]bar</b>",
50 [true],
51 {"strikethrough":[false,false,"",false,true,""]}],
52 ["<i>foo[]bar</i>",
53 [["strikethrough",""]],
54 "<i>foo[]bar</i>",
55 [true],
56 {"strikethrough":[false,false,"",false,true,""]}],
57 ["<span>foo</span>{}<span>bar</span>",
58 [["strikethrough",""]],
59 "<span>foo</span>{}<span>bar</span>",
60 [true],
61 {"strikethrough":[false,false,"",false,true,""]}],
62 ["<span>foo[</span><span>]bar</span>",
63 [["strikethrough",""]],
64 "<span>foo[</span><span>]bar</span>",
65 [true],
66 {"strikethrough":[false,false,"",false,true,""]}],
67 ["foo[bar]baz",
68 [["stylewithcss","true"],["strikethrough",""]],
69 "foo<span style=\"text-decoration:line-through\">[bar]</span>baz",
70 [true,true],
71 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
72 ["foo[bar]baz",
73 [["stylewithcss","false"],["strikethrough",""]],
74 "foo<s>[bar]</s>baz",
75 [true,true],
76 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
77 ["foo[bar<b>baz]qoz</b>quz",
78 [["stylewithcss","true"],["strikethrough",""]],
79 "foo<span style=\"text-decoration:line-through\">[bar</span><b><span style=\ "text-decoration:line-through\">baz]</span>qoz</b>quz",
80 [true,true],
81 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
82 ["foo[bar<b>baz]qoz</b>quz",
83 [["stylewithcss","false"],["strikethrough",""]],
84 "foo<s>[bar</s><b><s>baz]</s>qoz</b>quz",
85 [true,true],
86 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
87 ["foo[bar<i>baz]qoz</i>quz",
88 [["stylewithcss","true"],["strikethrough",""]],
89 "foo<span style=\"text-decoration:line-through\">[bar</span><i><span style=\ "text-decoration:line-through\">baz]</span>qoz</i>quz",
90 [true,true],
91 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
92 ["foo[bar<i>baz]qoz</i>quz",
93 [["stylewithcss","false"],["strikethrough",""]],
94 "foo<s>[bar</s><i><s>baz]</s>qoz</i>quz",
95 [true,true],
96 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
97 ["{<p><p> <p>foo</p>}",
98 [["stylewithcss","true"],["strikethrough",""]],
99 "{<p></p><p> </p><p><span style=\"text-decoration:line-through\">foo</span>< /p>}",
100 [true,true],
101 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
102 ["{<p><p> <p>foo</p>}",
103 [["stylewithcss","false"],["strikethrough",""]],
104 "{<p></p><p> </p><p><s>foo</s></p>}",
105 [true,true],
106 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
107 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
108 [["stylewithcss","true"],["strikethrough",""]],
109 "<table><tbody><tr><td>foo</td><td>b<span style=\"text-decoration:line-throu gh\">[a]</span>r</td><td>baz</td></tr></tbody></table>",
110 [true,true],
111 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
112 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
113 [["stylewithcss","false"],["strikethrough",""]],
114 "<table><tbody><tr><td>foo</td><td>b<s>[a]</s>r</td><td>baz</td></tr></tbody ></table>",
115 [true,true],
116 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
117 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
118 [["stylewithcss","true"],["strikethrough",""]],
119 "<table><tbody><tr><td>foo</td>{<td><span style=\"text-decoration:line-throu gh\">bar</span></td>}<td>baz</td></tr></tbody></table>",
120 [true,true],
121 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
122 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
123 [["stylewithcss","false"],["strikethrough",""]],
124 "<table><tbody><tr><td>foo</td>{<td><s>bar</s></td>}<td>baz</td></tr></tbody ></table>",
125 [true,true],
126 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
127 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
128 [["stylewithcss","true"],["strikethrough",""]],
129 "<table><tbody><tr>{<td><span style=\"text-decoration:line-through\">foo</sp an></td><td><span style=\"text-decoration:line-through\">bar</span></td>}<td>baz </td></tr></tbody></table>",
130 [true,true],
131 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
132 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
133 [["stylewithcss","false"],["strikethrough",""]],
134 "<table><tbody><tr>{<td><s>foo</s></td><td><s>bar</s></td>}<td>baz</td></tr> </tbody></table>",
135 [true,true],
136 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
137 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
138 [["stylewithcss","true"],["strikethrough",""]],
139 "<table><tbody>{<tr><td><span style=\"text-decoration:line-through\">foo</sp an></td><td><span style=\"text-decoration:line-through\">bar</span></td><td><spa n style=\"text-decoration:line-through\">baz</span></td></tr>}</tbody></table>",
140 [true,true],
141 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
142 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
143 [["stylewithcss","false"],["strikethrough",""]],
144 "<table><tbody>{<tr><td><s>foo</s></td><td><s>bar</s></td><td><s>baz</s></td ></tr>}</tbody></table>",
145 [true,true],
146 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
147 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
148 [["stylewithcss","true"],["strikethrough",""]],
149 "<table>{<tbody><tr><td><span style=\"text-decoration:line-through\">foo</sp an></td><td><span style=\"text-decoration:line-through\">bar</span></td><td><spa n style=\"text-decoration:line-through\">baz</span></td></tr></tbody>}</table>",
150 [true,true],
151 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
152 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
153 [["stylewithcss","false"],["strikethrough",""]],
154 "<table>{<tbody><tr><td><s>foo</s></td><td><s>bar</s></td><td><s>baz</s></td ></tr></tbody>}</table>",
155 [true,true],
156 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
157 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
158 [["stylewithcss","true"],["strikethrough",""]],
159 "{<table><tbody><tr><td><span style=\"text-decoration:line-through\">foo</sp an></td><td><span style=\"text-decoration:line-through\">bar</span></td><td><spa n style=\"text-decoration:line-through\">baz</span></td></tr></tbody></table>}",
160 [true,true],
161 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
162 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
163 [["stylewithcss","false"],["strikethrough",""]],
164 "{<table><tbody><tr><td><s>foo</s></td><td><s>bar</s></td><td><s>baz</s></td ></tr></tbody></table>}",
165 [true,true],
166 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
167 ["foo<u>[bar]</u>baz",
168 [["stylewithcss","true"],["strikethrough",""]],
169 "foo<span style=\"text-decoration:line-through\"><u>[bar]</u></span>baz",
170 [true,true],
171 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
172 ["foo<u>[bar]</u>baz",
173 [["stylewithcss","false"],["strikethrough",""]],
174 "foo<s><u>[bar]</u></s>baz",
175 [true,true],
176 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
177 ["foo<span style=\"text-decoration: underline\">[bar]</span>baz",
178 [["stylewithcss","true"],["strikethrough",""]],
179 "foo<span style=\"text-decoration:line-through\"><span style=\"text-decorati on:underline\">[bar]</span></span>baz",
180 [true,true],
181 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
182 ["foo<span style=\"text-decoration: underline\">[bar]</span>baz",
183 [["stylewithcss","false"],["strikethrough",""]],
184 "foo<s><span style=\"text-decoration:underline\">[bar]</span></s>baz",
185 [true,true],
186 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
187 ["<u>foo[bar]baz</u>",
188 [["stylewithcss","true"],["strikethrough",""]],
189 "<u>foo<span style=\"text-decoration:line-through\">[bar]</span>baz</u>",
190 [true,true],
191 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
192 ["<u>foo[bar]baz</u>",
193 [["stylewithcss","false"],["strikethrough",""]],
194 "<u>foo<s>[bar]</s>baz</u>",
195 [true,true],
196 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
197 ["<u>foo[b<span style=\"color:blue\">ar]ba</span>z</u>",
198 [["stylewithcss","true"],["strikethrough",""]],
199 "<u>foo<span style=\"text-decoration:line-through\">[b</span><span style=\"c olor:rgb(0, 0, 255)\"><span style=\"text-decoration:line-through\">ar]</span>ba< /span>z</u>",
200 [true,true],
201 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
202 ["<u>foo[b<span style=\"color:blue\">ar]ba</span>z</u>",
203 [["stylewithcss","false"],["strikethrough",""]],
204 "<u>foo<s>[b</s><span style=\"color:rgb(0, 0, 255)\"><s>ar]</s>ba</span>z</u >",
205 [true,true],
206 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
207 ["<u>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</u>",
208 [["stylewithcss","true"],["strikethrough",""]],
209 "<u>foo<span style=\"text-decoration:line-through\">[b</span><span style=\"c olor:rgb(0, 0, 255)\" id=\"foo\"><span style=\"text-decoration:line-through\">ar ]</span>ba</span>z</u>",
210 [true,true],
211 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
212 ["<u>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</u>",
213 [["stylewithcss","false"],["strikethrough",""]],
214 "<u>foo<s>[b</s><span style=\"color:rgb(0, 0, 255)\" id=\"foo\"><s>ar]</s>ba </span>z</u>",
215 [true,true],
216 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
217 ["<u>foo[b<span style=\"font-size:3em\">ar]ba</span>z</u>",
218 [["stylewithcss","true"],["strikethrough",""]],
219 "<u>foo<span style=\"text-decoration:line-through\">[b</span><span style=\"f ont-size:3em\"><span style=\"text-decoration:line-through\">ar]</span>ba</span>z </u>",
220 [true,true],
221 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
222 ["<u>foo[b<span style=\"font-size:3em\">ar]ba</span>z</u>",
223 [["stylewithcss","false"],["strikethrough",""]],
224 "<u>foo<s>[b</s><span style=\"font-size:3em\"><s>ar]</s>ba</span>z</u>",
225 [true,true],
226 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
227 ["<u>foo[b<i>ar]ba</i>z</u>",
228 [["stylewithcss","true"],["strikethrough",""]],
229 "<u>foo<span style=\"text-decoration:line-through\">[b</span><i><span style= \"text-decoration:line-through\">ar]</span>ba</i>z</u>",
230 [true,true],
231 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
232 ["<u>foo[b<i>ar]ba</i>z</u>",
233 [["stylewithcss","false"],["strikethrough",""]],
234 "<u>foo<s>[b</s><i><s>ar]</s>ba</i>z</u>",
235 [true,true],
236 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
237 ["<p style=\"text-decoration: underline\">foo[bar]baz</p>",
238 [["stylewithcss","true"],["strikethrough",""]],
239 "<p style=\"text-decoration:underline\">foo<span style=\"text-decoration:lin e-through\">[bar]</span>baz</p>",
240 [true,true],
241 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
242 ["<p style=\"text-decoration: underline\">foo[bar]baz</p>",
243 [["stylewithcss","false"],["strikethrough",""]],
244 "<p style=\"text-decoration:underline\">foo<s>[bar]</s>baz</p>",
245 [true,true],
246 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
247 ["foo<s>[bar]</s>baz",
248 [["stylewithcss","true"],["strikethrough",""]],
249 "foo[bar]baz",
250 [true,true],
251 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true," ",false,false,""]}],
252 ["foo<s>[bar]</s>baz",
253 [["stylewithcss","false"],["strikethrough",""]],
254 "foo[bar]baz",
255 [true,true],
256 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true," ",false,false,""]}],
257 ["foo<span style=\"text-decoration: line-through\">[bar]</span>baz",
258 [["stylewithcss","true"],["strikethrough",""]],
259 "foo[bar]baz",
260 [true,true],
261 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true," ",false,false,""]}],
262 ["foo<span style=\"text-decoration: line-through\">[bar]</span>baz",
263 [["stylewithcss","false"],["strikethrough",""]],
264 "foo[bar]baz",
265 [true,true],
266 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true," ",false,false,""]}],
267 ["<s>foo[bar]baz</s>",
268 [["stylewithcss","true"],["strikethrough",""]],
269 "<span style=\"text-decoration:line-through\">foo</span>[bar]<span style=\"t ext-decoration:line-through\">baz</span>",
270 [true,true],
271 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true," ",false,false,""]}],
272 ["<s>foo[bar]baz</s>",
273 [["stylewithcss","false"],["strikethrough",""]],
274 "<s>foo</s>[bar]<s>baz</s>",
275 [true,true],
276 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true," ",false,false,""]}],
277 ["<s>foo[b<span style=\"color:blue\">ar]ba</span>z</s>",
278 [["stylewithcss","true"],["strikethrough",""]],
279 "<span style=\"text-decoration:line-through\">foo</span>[b<span style=\"colo r:rgb(0, 0, 255)\">ar]<span style=\"text-decoration:line-through\">ba</span></sp an><span style=\"text-decoration:line-through\">z</span>",
280 [true,true],
281 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true," ",false,false,""]}],
282 ["<s>foo[b<span style=\"color:blue\">ar]ba</span>z</s>",
283 [["stylewithcss","false"],["strikethrough",""]],
284 "<s>foo</s>[b<span style=\"color:rgb(0, 0, 255)\">ar]<s>ba</s></span><s>z</s >",
285 [true,true],
286 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true," ",false,false,""]}],
287 ["<s>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</s>",
288 [["stylewithcss","true"],["strikethrough",""]],
289 "<span style=\"text-decoration:line-through\">foo</span>[b<span style=\"colo r:rgb(0, 0, 255)\" id=\"foo\">ar]<span style=\"text-decoration:line-through\">ba </span></span><span style=\"text-decoration:line-through\">z</span>",
290 [true,true],
291 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true," ",false,false,""]}],
292 ["<s>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</s>",
293 [["stylewithcss","false"],["strikethrough",""]],
294 "<s>foo</s>[b<span style=\"color:rgb(0, 0, 255)\" id=\"foo\">ar]<s>ba</s></s pan><s>z</s>",
295 [true,true],
296 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true," ",false,false,""]}],
297 ["<s>foo[b<span style=\"font-size:3em\">ar]ba</span>z</s>",
298 [["stylewithcss","true"],["strikethrough",""]],
299 "<span style=\"text-decoration:line-through\">foo</span>[b<span style=\"font -size:3em\">ar]<span style=\"text-decoration:line-through\">ba</span></span><spa n style=\"text-decoration:line-through\">z</span>",
300 [true,true],
301 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true," ",false,false,""]}],
302 ["<s>foo[b<span style=\"font-size:3em\">ar]ba</span>z</s>",
303 [["stylewithcss","false"],["strikethrough",""]],
304 "<s>foo</s>[b<span style=\"font-size:3em\">ar]<s>ba</s></span><s>z</s>",
305 [true,true],
306 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true," ",false,false,""]}],
307 ["<s>foo[b<i>ar]ba</i>z</s>",
308 [["stylewithcss","true"],["strikethrough",""]],
309 "<span style=\"text-decoration:line-through\">foo</span>[b<i>ar]<span style= \"text-decoration:line-through\">ba</span></i><span style=\"text-decoration:line -through\">z</span>",
310 [true,true],
311 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true," ",false,false,""]}],
312 ["<s>foo[b<i>ar]ba</i>z</s>",
313 [["stylewithcss","false"],["strikethrough",""]],
314 "<s>foo</s>[b<i>ar]<s>ba</s></i><s>z</s>",
315 [true,true],
316 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true," ",false,false,""]}],
317 ["<p style=\"text-decoration: line-through\">foo[bar]baz</p>",
318 [["stylewithcss","true"],["strikethrough",""]],
319 "<p><span style=\"text-decoration:line-through\">foo</span>[bar]<span style= \"text-decoration:line-through\">baz</span></p>",
320 [true,true],
321 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true," ",false,false,""]}],
322 ["<p style=\"text-decoration: line-through\">foo[bar]baz</p>",
323 [["stylewithcss","false"],["strikethrough",""]],
324 "<p><s>foo</s>[bar]<s>baz</s></p>",
325 [true,true],
326 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true," ",false,false,""]}],
327 ["foo<strike>[bar]</strike>baz",
328 [["stylewithcss","true"],["strikethrough",""]],
329 "foo[bar]baz",
330 [true,true],
331 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true," ",false,false,""]}],
332 ["foo<strike>[bar]</strike>baz",
333 [["stylewithcss","false"],["strikethrough",""]],
334 "foo[bar]baz",
335 [true,true],
336 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true," ",false,false,""]}],
337 ["<strike>foo[bar]baz</strike>",
338 [["stylewithcss","true"],["strikethrough",""]],
339 "<span style=\"text-decoration:line-through\">foo</span>[bar]<span style=\"t ext-decoration:line-through\">baz</span>",
340 [true,true],
341 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true," ",false,false,""]}],
342 ["<strike>foo[bar]baz</strike>",
343 [["stylewithcss","false"],["strikethrough",""]],
344 "<s>foo</s>[bar]<s>baz</s>",
345 [true,true],
346 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true," ",false,false,""]}],
347 ["<strike>foo[b<span style=\"color:blue\">ar]ba</span>z</strike>",
348 [["stylewithcss","true"],["strikethrough",""]],
349 "<span style=\"text-decoration:line-through\">foo</span>[b<span style=\"colo r:rgb(0, 0, 255)\">ar]<span style=\"text-decoration:line-through\">ba</span></sp an><span style=\"text-decoration:line-through\">z</span>",
350 [true,true],
351 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true," ",false,false,""]}],
352 ["<strike>foo[b<span style=\"color:blue\">ar]ba</span>z</strike>",
353 [["stylewithcss","false"],["strikethrough",""]],
354 "<s>foo</s>[b<span style=\"color:rgb(0, 0, 255)\">ar]<s>ba</s></span><s>z</s >",
355 [true,true],
356 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true," ",false,false,""]}],
357 ["<strike>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</strike>",
358 [["stylewithcss","true"],["strikethrough",""]],
359 "<span style=\"text-decoration:line-through\">foo</span>[b<span style=\"colo r:rgb(0, 0, 255)\" id=\"foo\">ar]<span style=\"text-decoration:line-through\">ba </span></span><span style=\"text-decoration:line-through\">z</span>",
360 [true,true],
361 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true," ",false,false,""]}],
362 ["<strike>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</strike>",
363 [["stylewithcss","false"],["strikethrough",""]],
364 "<s>foo</s>[b<span style=\"color:rgb(0, 0, 255)\" id=\"foo\">ar]<s>ba</s></s pan><s>z</s>",
365 [true,true],
366 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true," ",false,false,""]}],
367 ["<strike>foo[b<span style=\"font-size:3em\">ar]ba</span>z</strike>",
368 [["stylewithcss","true"],["strikethrough",""]],
369 "<span style=\"text-decoration:line-through\">foo</span>[b<span style=\"font -size:3em\">ar]<span style=\"text-decoration:line-through\">ba</span></span><spa n style=\"text-decoration:line-through\">z</span>",
370 [true,true],
371 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true," ",false,false,""]}],
372 ["<strike>foo[b<span style=\"font-size:3em\">ar]ba</span>z</strike>",
373 [["stylewithcss","false"],["strikethrough",""]],
374 "<s>foo</s>[b<span style=\"font-size:3em\">ar]<s>ba</s></span><s>z</s>",
375 [true,true],
376 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true," ",false,false,""]}],
377 ["<strike>foo[b<i>ar]ba</i>z</strike>",
378 [["stylewithcss","true"],["strikethrough",""]],
379 "<span style=\"text-decoration:line-through\">foo</span>[b<i>ar]<span style= \"text-decoration:line-through\">ba</span></i><span style=\"text-decoration:line -through\">z</span>",
380 [true,true],
381 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true," ",false,false,""]}],
382 ["<strike>foo[b<i>ar]ba</i>z</strike>",
383 [["stylewithcss","false"],["strikethrough",""]],
384 "<s>foo</s>[b<i>ar]<s>ba</s></i><s>z</s>",
385 [true,true],
386 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true," ",false,false,""]}],
387 ["foo<ins>[bar]</ins>baz",
388 [["stylewithcss","true"],["strikethrough",""]],
389 "foo<span style=\"text-decoration:line-through\"><ins>[bar]</ins></span>baz" ,
390 [true,true],
391 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
392 ["foo<ins>[bar]</ins>baz",
393 [["stylewithcss","false"],["strikethrough",""]],
394 "foo<s><ins>[bar]</ins></s>baz",
395 [true,true],
396 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
397 ["<ins>foo[bar]baz</ins>",
398 [["stylewithcss","true"],["strikethrough",""]],
399 "<ins>foo<span style=\"text-decoration:line-through\">[bar]</span>baz</ins>" ,
400 [true,true],
401 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
402 ["<ins>foo[bar]baz</ins>",
403 [["stylewithcss","false"],["strikethrough",""]],
404 "<ins>foo<s>[bar]</s>baz</ins>",
405 [true,true],
406 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
407 ["<ins>foo[b<span style=\"color:blue\">ar]ba</span>z</ins>",
408 [["stylewithcss","true"],["strikethrough",""]],
409 "<ins>foo<span style=\"text-decoration:line-through\">[b</span><span style=\ "color:rgb(0, 0, 255)\"><span style=\"text-decoration:line-through\">ar]</span>b a</span>z</ins>",
410 [true,true],
411 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
412 ["<ins>foo[b<span style=\"color:blue\">ar]ba</span>z</ins>",
413 [["stylewithcss","false"],["strikethrough",""]],
414 "<ins>foo<s>[b</s><span style=\"color:rgb(0, 0, 255)\"><s>ar]</s>ba</span>z< /ins>",
415 [true,true],
416 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
417 ["<ins>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</ins>",
418 [["stylewithcss","true"],["strikethrough",""]],
419 "<ins>foo<span style=\"text-decoration:line-through\">[b</span><span style=\ "color:rgb(0, 0, 255)\" id=\"foo\"><span style=\"text-decoration:line-through\"> ar]</span>ba</span>z</ins>",
420 [true,true],
421 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
422 ["<ins>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</ins>",
423 [["stylewithcss","false"],["strikethrough",""]],
424 "<ins>foo<s>[b</s><span style=\"color:rgb(0, 0, 255)\" id=\"foo\"><s>ar]</s> ba</span>z</ins>",
425 [true,true],
426 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
427 ["<ins>foo[b<span style=\"font-size:3em\">ar]ba</span>z</ins>",
428 [["stylewithcss","true"],["strikethrough",""]],
429 "<ins>foo<span style=\"text-decoration:line-through\">[b</span><span style=\ "font-size:3em\"><span style=\"text-decoration:line-through\">ar]</span>ba</span >z</ins>",
430 [true,true],
431 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
432 ["<ins>foo[b<span style=\"font-size:3em\">ar]ba</span>z</ins>",
433 [["stylewithcss","false"],["strikethrough",""]],
434 "<ins>foo<s>[b</s><span style=\"font-size:3em\"><s>ar]</s>ba</span>z</ins>",
435 [true,true],
436 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
437 ["<ins>foo[b<i>ar]ba</i>z</ins>",
438 [["stylewithcss","true"],["strikethrough",""]],
439 "<ins>foo<span style=\"text-decoration:line-through\">[b</span><i><span styl e=\"text-decoration:line-through\">ar]</span>ba</i>z</ins>",
440 [true,true],
441 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
442 ["<ins>foo[b<i>ar]ba</i>z</ins>",
443 [["stylewithcss","false"],["strikethrough",""]],
444 "<ins>foo<s>[b</s><i><s>ar]</s>ba</i>z</ins>",
445 [true,true],
446 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
447 ["foo<del>[bar]</del>baz",
448 [["strikethrough",""]],
449 "foo<del>[bar]</del>baz",
450 [true],
451 {"strikethrough":[false,true,"",false,true,""]}],
452 ["<del>foo[bar]baz</del>",
453 [["strikethrough",""]],
454 "<del>foo[bar]baz</del>",
455 [true],
456 {"strikethrough":[false,true,"",false,true,""]}],
457 ["<del>foo[b<span style=\"color:blue\">ar]ba</span>z</del>",
458 [["strikethrough",""]],
459 "<del>foo[b<span style=\"color:rgb(0, 0, 255)\">ar]ba</span>z</del>",
460 [true],
461 {"strikethrough":[false,true,"",false,true,""]}],
462 ["<del>foo[b<span style=\"color:blue\" id=foo>ar]ba</span>z</del>",
463 [["strikethrough",""]],
464 "<del>foo[b<span style=\"color:rgb(0, 0, 255)\" id=\"foo\">ar]ba</span>z</de l>",
465 [true],
466 {"strikethrough":[false,true,"",false,true,""]}],
467 ["<del>foo[b<span style=\"font-size:3em\">ar]ba</span>z</del>",
468 [["strikethrough",""]],
469 "<del>foo[b<span style=\"font-size:3em\">ar]ba</span>z</del>",
470 [true],
471 {"strikethrough":[false,true,"",false,true,""]}],
472 ["<del>foo[b<i>ar]ba</i>z</del>",
473 [["strikethrough",""]],
474 "<del>foo[b<i>ar]ba</i>z</del>",
475 [true],
476 {"strikethrough":[false,true,"",false,true,""]}],
477 ["foo<span style=\"text-decoration: underline line-through\">[bar]</span>baz",
478 [["strikethrough",""]],
479 "foo<span style=\"text-decoration:underline\">[bar]</span>baz",
480 [true],
481 {"strikethrough":[false,true,"",false,false,""]}],
482 ["foo<span style=\"text-decoration: underline line-through\">b[a]r</span>baz",
483 [["stylewithcss","true"],["strikethrough",""]],
484 "foo<span style=\"text-decoration:underline\"><span style=\"text-decoration: line-through\">b</span>[a]<span style=\"text-decoration:line-through\">r</span>< /span>baz",
485 [true,true],
486 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true," ",false,false,""]}],
487 ["foo<span style=\"text-decoration: underline line-through\">b[a]r</span>baz",
488 [["stylewithcss","false"],["strikethrough",""]],
489 "foo<span style=\"text-decoration:underline\"><s>b</s>[a]<s>r</s></span>baz" ,
490 [true,true],
491 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true," ",false,false,""]}],
492 ["foo<s style=\"text-decoration: underline\">[bar]</s>baz",
493 [["stylewithcss","true"],["strikethrough",""]],
494 "foo<span style=\"text-decoration:line-through\"><s style=\"text-decoration: underline\">[bar]</s></span>baz",
495 [true,true],
496 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
497 ["foo<s style=\"text-decoration: underline\">[bar]</s>baz",
498 [["stylewithcss","false"],["strikethrough",""]],
499 "foo<s><s style=\"text-decoration:underline\">[bar]</s></s>baz",
500 [true,true],
501 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
502 ["foo<s style=\"text-decoration: underline\">b[a]r</s>baz",
503 [["stylewithcss","true"],["strikethrough",""]],
504 "foo<s style=\"text-decoration:underline\">b<span style=\"text-decoration:li ne-through\">[a]</span>r</s>baz",
505 [true,true],
506 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
507 ["foo<s style=\"text-decoration: underline\">b[a]r</s>baz",
508 [["stylewithcss","false"],["strikethrough",""]],
509 "foo<s style=\"text-decoration:underline\">b<s>[a]</s>r</s>baz",
510 [true,true],
511 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
512 ["foo<u style=\"text-decoration: line-through\">[bar]</u>baz",
513 [["stylewithcss","true"],["strikethrough",""]],
514 "foo[bar]baz",
515 [true,true],
516 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true," ",false,false,""]}],
517 ["foo<u style=\"text-decoration: line-through\">[bar]</u>baz",
518 [["stylewithcss","false"],["strikethrough",""]],
519 "foo[bar]baz",
520 [true,true],
521 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true," ",false,false,""]}],
522 ["foo<u style=\"text-decoration: line-through\">b[a]r</u>baz",
523 [["stylewithcss","true"],["strikethrough",""]],
524 "foo<span style=\"text-decoration:line-through\">b</span>[a]<span style=\"te xt-decoration:line-through\">r</span>baz",
525 [true,true],
526 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true," ",false,false,""]}],
527 ["foo<u style=\"text-decoration: line-through\">b[a]r</u>baz",
528 [["stylewithcss","false"],["strikethrough",""]],
529 "foo<s>b</s>[a]<s>r</s>baz",
530 [true,true],
531 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true," ",false,false,""]}],
532 ["foo<s style=\"text-decoration: overline\">[bar]</s>baz",
533 [["stylewithcss","true"],["strikethrough",""]],
534 "foo<span style=\"text-decoration:line-through\"><s style=\"text-decoration: overline\">[bar]</s></span>baz",
535 [true,true],
536 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
537 ["foo<s style=\"text-decoration: overline\">[bar]</s>baz",
538 [["stylewithcss","false"],["strikethrough",""]],
539 "foo<s><s style=\"text-decoration:overline\">[bar]</s></s>baz",
540 [true,true],
541 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
542 ["foo<s style=\"text-decoration: overline\">b[a]r</s>baz",
543 [["stylewithcss","true"],["strikethrough",""]],
544 "foo<s style=\"text-decoration:overline\">b<span style=\"text-decoration:lin e-through\">[a]</span>r</s>baz",
545 [true,true],
546 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
547 ["foo<s style=\"text-decoration: overline\">b[a]r</s>baz",
548 [["stylewithcss","false"],["strikethrough",""]],
549 "foo<s style=\"text-decoration:overline\">b<s>[a]</s>r</s>baz",
550 [true,true],
551 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
552 ["foo<u style=\"text-decoration: overline\">[bar]</u>baz",
553 [["stylewithcss","true"],["strikethrough",""]],
554 "foo<span style=\"text-decoration:line-through\"><u style=\"text-decoration: overline\">[bar]</u></span>baz",
555 [true,true],
556 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
557 ["foo<u style=\"text-decoration: overline\">[bar]</u>baz",
558 [["stylewithcss","false"],["strikethrough",""]],
559 "foo<s><u style=\"text-decoration:overline\">[bar]</u></s>baz",
560 [true,true],
561 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
562 ["foo<u style=\"text-decoration: overline\">b[a]r</u>baz",
563 [["stylewithcss","true"],["strikethrough",""]],
564 "foo<u style=\"text-decoration:overline\">b<span style=\"text-decoration:lin e-through\">[a]</span>r</u>baz",
565 [true,true],
566 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
567 ["foo<u style=\"text-decoration: overline\">b[a]r</u>baz",
568 [["stylewithcss","false"],["strikethrough",""]],
569 "foo<u style=\"text-decoration:overline\">b<s>[a]</s>r</u>baz",
570 [true,true],
571 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
572 ["<p style=\"text-decoration: line-through\">foo[bar]baz</p>",
573 [["stylewithcss","true"],["strikethrough",""]],
574 "<p><span style=\"text-decoration:line-through\">foo</span>[bar]<span style= \"text-decoration:line-through\">baz</span></p>",
575 [true,true],
576 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true," ",false,false,""]}],
577 ["<p style=\"text-decoration: line-through\">foo[bar]baz</p>",
578 [["stylewithcss","false"],["strikethrough",""]],
579 "<p><s>foo</s>[bar]<s>baz</s></p>",
580 [true,true],
581 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true," ",false,false,""]}],
582 ["<p style=\"text-decoration: overline\">foo[bar]baz</p>",
583 [["stylewithcss","true"],["strikethrough",""]],
584 "<p style=\"text-decoration:overline\">foo<span style=\"text-decoration:line -through\">[bar]</span>baz</p>",
585 [true,true],
586 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
587 ["<p style=\"text-decoration: overline\">foo[bar]baz</p>",
588 [["stylewithcss","false"],["strikethrough",""]],
589 "<p style=\"text-decoration:overline\">foo<s>[bar]</s>baz</p>",
590 [true,true],
591 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
592 ["foo<span class=\"underline\">[bar]</span>baz",
593 [["stylewithcss","true"],["strikethrough",""]],
594 "foo<span style=\"text-decoration:line-through\"><span class=\"underline\">[ bar]</span></span>baz",
595 [true,true],
596 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
597 ["foo<span class=\"underline\">[bar]</span>baz",
598 [["stylewithcss","false"],["strikethrough",""]],
599 "foo<s><span class=\"underline\">[bar]</span></s>baz",
600 [true,true],
601 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
602 ["foo<span class=\"underline\">b[a]r</span>baz",
603 [["stylewithcss","true"],["strikethrough",""]],
604 "foo<span class=\"underline\">b<span style=\"text-decoration:line-through\"> [a]</span>r</span>baz",
605 [true,true],
606 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,false, "",false,true,""]}],
607 ["foo<span class=\"underline\">b[a]r</span>baz",
608 [["stylewithcss","false"],["strikethrough",""]],
609 "foo<span class=\"underline\">b<s>[a]</s>r</span>baz",
610 [true,true],
611 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,false, "",false,true,""]}],
612 ["foo<span class=\"line-through\">[bar]</span>baz",
613 [["strikethrough",""]],
614 "foo<span class=\"line-through\">[bar]</span>baz",
615 [true],
616 {"strikethrough":[false,true,"",false,true,""]}],
617 ["foo<span class=\"line-through\">b[a]r</span>baz",
618 [["strikethrough",""]],
619 "foo<span class=\"line-through\">b[a]r</span>baz",
620 [true],
621 {"strikethrough":[false,true,"",false,true,""]}],
622 ["foo<span class=\"underline-and-line-through\">[bar]</span>baz",
623 [["strikethrough",""]],
624 "foo<span class=\"underline-and-line-through\">[bar]</span>baz",
625 [true],
626 {"strikethrough":[false,true,"",false,true,""]}],
627 ["foo<span class=\"underline-and-line-through\">b[a]r</span>baz",
628 [["strikethrough",""]],
629 "foo<span class=\"underline-and-line-through\">b[a]r</span>baz",
630 [true],
631 {"strikethrough":[false,true,"",false,true,""]}],
632 ["fo[o<s>b]ar</s>baz",
633 [["strikethrough",""]],
634 "fo<s>[ob]ar</s>baz",
635 [true],
636 {"strikethrough":[true,false,"",false,true,""]}],
637 ["foo<s>ba[r</s>b]az",
638 [["strikethrough",""]],
639 "foo<s>ba[rb]</s>az",
640 [true],
641 {"strikethrough":[true,false,"",false,true,""]}],
642 ["fo[o<s>bar</s>b]az",
643 [["stylewithcss","true"],["strikethrough",""]],
644 "fo<span style=\"text-decoration:line-through\">[obarb]</span>az",
645 [true,true],
646 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[true,false," ",false,true,""]}],
647 ["fo[o<s>bar</s>b]az",
648 [["stylewithcss","false"],["strikethrough",""]],
649 "fo<s>[obarb]</s>az",
650 [true,true],
651 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[true,false," ",false,true,""]}],
652 ["foo[<s>b]ar</s>baz",
653 [["stylewithcss","true"],["strikethrough",""]],
654 "foo[b]<span style=\"text-decoration:line-through\">ar</span>baz",
655 [true,true],
656 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true," ",false,false,""]}],
657 ["foo[<s>b]ar</s>baz",
658 [["stylewithcss","false"],["strikethrough",""]],
659 "foo[b]<s>ar</s>baz",
660 [true,true],
661 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true," ",false,false,""]}],
662 ["foo<s>ba[r</s>]baz",
663 [["stylewithcss","true"],["strikethrough",""]],
664 "foo<span style=\"text-decoration:line-through\">ba</span>[r]baz",
665 [true,true],
666 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true," ",false,false,""]}],
667 ["foo<s>ba[r</s>]baz",
668 [["stylewithcss","false"],["strikethrough",""]],
669 "foo<s>ba</s>[r]baz",
670 [true,true],
671 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true," ",false,false,""]}],
672 ["foo[<s>bar</s>]baz",
673 [["stylewithcss","true"],["strikethrough",""]],
674 "foo[bar]baz",
675 [true,true],
676 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true," ",false,false,""]}],
677 ["foo[<s>bar</s>]baz",
678 [["stylewithcss","false"],["strikethrough",""]],
679 "foo[bar]baz",
680 [true,true],
681 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true," ",false,false,""]}],
682 ["foo<s>[bar]</s>baz",
683 [["stylewithcss","true"],["strikethrough",""]],
684 "foo[bar]baz",
685 [true,true],
686 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true," ",false,false,""]}],
687 ["foo<s>[bar]</s>baz",
688 [["stylewithcss","false"],["strikethrough",""]],
689 "foo[bar]baz",
690 [true,true],
691 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true," ",false,false,""]}],
692 ["foo{<s>bar</s>}baz",
693 [["stylewithcss","true"],["strikethrough",""]],
694 "foo{bar}baz",
695 [true,true],
696 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true," ",false,false,""]}],
697 ["foo{<s>bar</s>}baz",
698 [["stylewithcss","false"],["strikethrough",""]],
699 "foo{bar}baz",
700 [true,true],
701 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true," ",false,false,""]}],
702 ["fo[o<span style=text-decoration:line-through>b]ar</span>baz",
703 [["strikethrough",""]],
704 "fo<span style=\"text-decoration:line-through\">[ob]ar</span>baz",
705 [true],
706 {"strikethrough":[true,false,"",false,true,""]}],
707 ["<strike>fo[o</strike><s>b]ar</s>",
708 [["stylewithcss","true"],["strikethrough",""]],
709 "<span style=\"text-decoration:line-through\">fo</span>[ob]<span style=\"tex t-decoration:line-through\">ar</span>",
710 [true,true],
711 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true," ",false,false,""]}],
712 ["<strike>fo[o</strike><s>b]ar</s>",
713 [["stylewithcss","false"],["strikethrough",""]],
714 "<s>fo</s>[ob]<s>ar</s>",
715 [true,true],
716 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true," ",false,false,""]}],
717 ["<s>fo[o</s><del>b]ar</del>",
718 [["stylewithcss","true"],["strikethrough",""]],
719 "<span style=\"text-decoration:line-through\">fo</span>[o<del>b]ar</del>",
720 [true,true],
721 {"stylewithcss":[false,false,"",false,true,""],"strikethrough":[false,true," ",true,false,""]}],
722 ["<s>fo[o</s><del>b]ar</del>",
723 [["stylewithcss","false"],["strikethrough",""]],
724 "<s>fo</s>[o<del>b]ar</del>",
725 [true,true],
726 {"stylewithcss":[false,true,"",false,false,""],"strikethrough":[false,true," ",true,false,""]}]
727 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698