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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/editing/data/superscript.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 [["superscript",""]],
4 "foo[]bar",
5 [true],
6 {"superscript":[false,false,"",false,true,""]}],
7 ["<p>[foo</p> <p>bar]</p>",
8 [["stylewithcss","true"],["superscript",""]],
9 "<p><sup>[foo</sup></p> <p><sup>bar]</sup></p>",
10 [true,true],
11 {"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"" ,false,true,""]}],
12 ["<p>[foo</p> <p>bar]</p>",
13 [["stylewithcss","false"],["superscript",""]],
14 "<p><sup>[foo</sup></p> <p><sup>bar]</sup></p>",
15 [true,true],
16 {"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"" ,false,true,""]}],
17 ["<span>[foo</span> <span>bar]</span>",
18 [["stylewithcss","true"],["superscript",""]],
19 "<sup><span>[foo</span> <span>bar]</span></sup>",
20 [true,true],
21 {"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"" ,false,true,""]}],
22 ["<span>[foo</span> <span>bar]</span>",
23 [["stylewithcss","false"],["superscript",""]],
24 "<sup><span>[foo</span> <span>bar]</span></sup>",
25 [true,true],
26 {"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"" ,false,true,""]}],
27 ["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
28 [["stylewithcss","true"],["superscript",""]],
29 "<p><sup>[foo</sup></p><p> <sup><span>bar</span></sup> </p><p><sup>baz]</sup ></p>",
30 [true,true],
31 {"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"" ,false,true,""]}],
32 ["<p>[foo</p><p> <span>bar</span> </p><p>baz]</p>",
33 [["stylewithcss","false"],["superscript",""]],
34 "<p><sup>[foo</sup></p><p> <sup><span>bar</span></sup> </p><p><sup>baz]</sup ></p>",
35 [true,true],
36 {"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"" ,false,true,""]}],
37 ["<p>[foo<p><br><p>bar]",
38 [["stylewithcss","true"],["superscript",""]],
39 "<p><sup>[foo</sup></p><p><sup><br></sup></p><p><sup>bar]</sup></p>",
40 [true,true],
41 {"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"" ,false,true,""]}],
42 ["<p>[foo<p><br><p>bar]",
43 [["stylewithcss","false"],["superscript",""]],
44 "<p><sup>[foo</sup></p><p><sup><br></sup></p><p><sup>bar]</sup></p>",
45 [true,true],
46 {"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"" ,false,true,""]}],
47 ["<b>foo[]bar</b>",
48 [["superscript",""]],
49 "<b>foo[]bar</b>",
50 [true],
51 {"superscript":[false,false,"",false,true,""]}],
52 ["<i>foo[]bar</i>",
53 [["superscript",""]],
54 "<i>foo[]bar</i>",
55 [true],
56 {"superscript":[false,false,"",false,true,""]}],
57 ["<span>foo</span>{}<span>bar</span>",
58 [["superscript",""]],
59 "<span>foo</span>{}<span>bar</span>",
60 [true],
61 {"superscript":[false,false,"",false,true,""]}],
62 ["<span>foo[</span><span>]bar</span>",
63 [["superscript",""]],
64 "<span>foo[</span><span>]bar</span>",
65 [true],
66 {"superscript":[false,false,"",false,true,""]}],
67 ["foo[bar]baz",
68 [["stylewithcss","true"],["superscript",""]],
69 "foo<sup>[bar]</sup>baz",
70 [true,true],
71 {"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"" ,false,true,""]}],
72 ["foo[bar]baz",
73 [["stylewithcss","false"],["superscript",""]],
74 "foo<sup>[bar]</sup>baz",
75 [true,true],
76 {"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"" ,false,true,""]}],
77 ["foo[bar<b>baz]qoz</b>quz",
78 [["stylewithcss","true"],["superscript",""]],
79 "foo<sup>[bar</sup><b><sup>baz]</sup>qoz</b>quz",
80 [true,true],
81 {"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"" ,false,true,""]}],
82 ["foo[bar<b>baz]qoz</b>quz",
83 [["stylewithcss","false"],["superscript",""]],
84 "foo<sup>[bar</sup><b><sup>baz]</sup>qoz</b>quz",
85 [true,true],
86 {"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"" ,false,true,""]}],
87 ["foo[bar<i>baz]qoz</i>quz",
88 [["stylewithcss","true"],["superscript",""]],
89 "foo<sup>[bar</sup><i><sup>baz]</sup>qoz</i>quz",
90 [true,true],
91 {"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"" ,false,true,""]}],
92 ["foo[bar<i>baz]qoz</i>quz",
93 [["stylewithcss","false"],["superscript",""]],
94 "foo<sup>[bar</sup><i><sup>baz]</sup>qoz</i>quz",
95 [true,true],
96 {"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"" ,false,true,""]}],
97 ["{<p><p> <p>foo</p>}",
98 [["stylewithcss","true"],["superscript",""]],
99 "{<p></p><p> </p><p><sup>foo</sup></p>}",
100 [true,true],
101 {"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"" ,false,true,""]}],
102 ["{<p><p> <p>foo</p>}",
103 [["stylewithcss","false"],["superscript",""]],
104 "{<p></p><p> </p><p><sup>foo</sup></p>}",
105 [true,true],
106 {"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"" ,false,true,""]}],
107 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
108 [["stylewithcss","true"],["superscript",""]],
109 "<table><tbody><tr><td>foo</td><td>b<sup>[a]</sup>r</td><td>baz</td></tr></t body></table>",
110 [true,true],
111 {"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"" ,false,true,""]}],
112 ["<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>",
113 [["stylewithcss","false"],["superscript",""]],
114 "<table><tbody><tr><td>foo</td><td>b<sup>[a]</sup>r</td><td>baz</td></tr></t body></table>",
115 [true,true],
116 {"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"" ,false,true,""]}],
117 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
118 [["stylewithcss","true"],["superscript",""]],
119 "<table><tbody><tr><td>foo</td>{<td><sup>bar</sup></td>}<td>baz</td></tr></t body></table>",
120 [true,true],
121 {"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"" ,false,true,""]}],
122 ["<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>",
123 [["stylewithcss","false"],["superscript",""]],
124 "<table><tbody><tr><td>foo</td>{<td><sup>bar</sup></td>}<td>baz</td></tr></t body></table>",
125 [true,true],
126 {"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"" ,false,true,""]}],
127 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
128 [["stylewithcss","true"],["superscript",""]],
129 "<table><tbody><tr>{<td><sup>foo</sup></td><td><sup>bar</sup></td>}<td>baz</ td></tr></tbody></table>",
130 [true,true],
131 {"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"" ,false,true,""]}],
132 ["<table><tbody><tr data-start=0 data-end=2><td>foo<td>bar<td>baz</table>",
133 [["stylewithcss","false"],["superscript",""]],
134 "<table><tbody><tr>{<td><sup>foo</sup></td><td><sup>bar</sup></td>}<td>baz</ td></tr></tbody></table>",
135 [true,true],
136 {"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"" ,false,true,""]}],
137 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
138 [["stylewithcss","true"],["superscript",""]],
139 "<table><tbody>{<tr><td><sup>foo</sup></td><td><sup>bar</sup></td><td><sup>b az</sup></td></tr>}</tbody></table>",
140 [true,true],
141 {"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"" ,false,true,""]}],
142 ["<table><tbody data-start=0 data-end=1><tr><td>foo<td>bar<td>baz</table>",
143 [["stylewithcss","false"],["superscript",""]],
144 "<table><tbody>{<tr><td><sup>foo</sup></td><td><sup>bar</sup></td><td><sup>b az</sup></td></tr>}</tbody></table>",
145 [true,true],
146 {"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"" ,false,true,""]}],
147 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
148 [["stylewithcss","true"],["superscript",""]],
149 "<table>{<tbody><tr><td><sup>foo</sup></td><td><sup>bar</sup></td><td><sup>b az</sup></td></tr></tbody>}</table>",
150 [true,true],
151 {"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"" ,false,true,""]}],
152 ["<table data-start=0 data-end=1><tbody><tr><td>foo<td>bar<td>baz</table>",
153 [["stylewithcss","false"],["superscript",""]],
154 "<table>{<tbody><tr><td><sup>foo</sup></td><td><sup>bar</sup></td><td><sup>b az</sup></td></tr></tbody>}</table>",
155 [true,true],
156 {"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"" ,false,true,""]}],
157 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
158 [["stylewithcss","true"],["superscript",""]],
159 "{<table><tbody><tr><td><sup>foo</sup></td><td><sup>bar</sup></td><td><sup>b az</sup></td></tr></tbody></table>}",
160 [true,true],
161 {"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"" ,false,true,""]}],
162 ["{<table><tr><td>foo<td>bar<td>baz</table>}",
163 [["stylewithcss","false"],["superscript",""]],
164 "{<table><tbody><tr><td><sup>foo</sup></td><td><sup>bar</sup></td><td><sup>b az</sup></td></tr></tbody></table>}",
165 [true,true],
166 {"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"" ,false,true,""]}],
167 ["foo<sub>[bar]</sub>baz",
168 [["stylewithcss","true"],["superscript",""]],
169 "foo<sup>[bar]</sup>baz",
170 [true,true],
171 {"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"" ,false,true,""]}],
172 ["foo<sub>[bar]</sub>baz",
173 [["stylewithcss","false"],["superscript",""]],
174 "foo<sup>[bar]</sup>baz",
175 [true,true],
176 {"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"" ,false,true,""]}],
177 ["foo<sub>b[a]r</sub>baz",
178 [["stylewithcss","true"],["superscript",""]],
179 "foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
180 [true,true],
181 {"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"" ,false,true,""]}],
182 ["foo<sub>b[a]r</sub>baz",
183 [["stylewithcss","false"],["superscript",""]],
184 "foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
185 [true,true],
186 {"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"" ,false,true,""]}],
187 ["foo<sup>[bar]</sup>baz",
188 [["stylewithcss","true"],["superscript",""]],
189 "foo[bar]baz",
190 [true,true],
191 {"stylewithcss":[false,false,"",false,true,""],"superscript":[false,true,"", false,false,""]}],
192 ["foo<sup>[bar]</sup>baz",
193 [["stylewithcss","false"],["superscript",""]],
194 "foo[bar]baz",
195 [true,true],
196 {"stylewithcss":[false,true,"",false,false,""],"superscript":[false,true,"", false,false,""]}],
197 ["foo<sup>b[a]r</sup>baz",
198 [["stylewithcss","true"],["superscript",""]],
199 "foo<sup>b</sup>[a]<sup>r</sup>baz",
200 [true,true],
201 {"stylewithcss":[false,false,"",false,true,""],"superscript":[false,true,"", false,false,""]}],
202 ["foo<sup>b[a]r</sup>baz",
203 [["stylewithcss","false"],["superscript",""]],
204 "foo<sup>b</sup>[a]<sup>r</sup>baz",
205 [true,true],
206 {"stylewithcss":[false,true,"",false,false,""],"superscript":[false,true,"", false,false,""]}],
207 ["foo<span style=vertical-align:sub>[bar]</span>baz",
208 [["stylewithcss","true"],["superscript",""]],
209 "foo<sup><span style=\"vertical-align:sub\">[bar]</span></sup>baz",
210 [true,true],
211 {"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"" ,false,true,""]}],
212 ["foo<span style=vertical-align:sub>[bar]</span>baz",
213 [["stylewithcss","false"],["superscript",""]],
214 "foo<sup><span style=\"vertical-align:sub\">[bar]</span></sup>baz",
215 [true,true],
216 {"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"" ,false,true,""]}],
217 ["foo<span style=vertical-align:super>[bar]</span>baz",
218 [["stylewithcss","true"],["superscript",""]],
219 "foo<sup><span style=\"vertical-align:super\">[bar]</span></sup>baz",
220 [true,true],
221 {"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"" ,false,true,""]}],
222 ["foo<span style=vertical-align:super>[bar]</span>baz",
223 [["stylewithcss","false"],["superscript",""]],
224 "foo<sup><span style=\"vertical-align:super\">[bar]</span></sup>baz",
225 [true,true],
226 {"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"" ,false,true,""]}],
227 ["foo<sub><sub>[bar]</sub></sub>baz",
228 [["stylewithcss","true"],["superscript",""]],
229 "foo<sup>[bar]</sup>baz",
230 [true,true],
231 {"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"" ,false,true,""]}],
232 ["foo<sub><sub>[bar]</sub></sub>baz",
233 [["stylewithcss","false"],["superscript",""]],
234 "foo<sup>[bar]</sup>baz",
235 [true,true],
236 {"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"" ,false,true,""]}],
237 ["foo<sub><sub>b[a]r</sub></sub>baz",
238 [["stylewithcss","true"],["superscript",""]],
239 "foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
240 [true,true],
241 {"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"" ,false,true,""]}],
242 ["foo<sub><sub>b[a]r</sub></sub>baz",
243 [["stylewithcss","false"],["superscript",""]],
244 "foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
245 [true,true],
246 {"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"" ,false,true,""]}],
247 ["foo<sub>b<sub>[a]</sub>r</sub>baz",
248 [["stylewithcss","true"],["superscript",""]],
249 "foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
250 [true,true],
251 {"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"" ,false,true,""]}],
252 ["foo<sub>b<sub>[a]</sub>r</sub>baz",
253 [["stylewithcss","false"],["superscript",""]],
254 "foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
255 [true,true],
256 {"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"" ,false,true,""]}],
257 ["foo<sup><sup>[bar]</sup></sup>baz",
258 [["stylewithcss","true"],["superscript",""]],
259 "foo[bar]baz",
260 [true,true],
261 {"stylewithcss":[false,false,"",false,true,""],"superscript":[false,true,"", false,false,""]}],
262 ["foo<sup><sup>[bar]</sup></sup>baz",
263 [["stylewithcss","false"],["superscript",""]],
264 "foo[bar]baz",
265 [true,true],
266 {"stylewithcss":[false,true,"",false,false,""],"superscript":[false,true,"", false,false,""]}],
267 ["foo<sup><sup>b[a]r</sup></sup>baz",
268 [["superscript",""]],
269 "foo<sup>b</sup>[a]<sup>r</sup>baz",
270 [true],
271 {"superscript":[false,true,"",false,false,""]}],
272 ["foo<sup>b<sup>[a]</sup>r</sup>baz",
273 [["superscript",""]],
274 "foo<sup>b</sup>[a]<sup>r</sup>baz",
275 [true],
276 {"superscript":[false,true,"",false,false,""]}],
277 ["foo<sub><sup>[bar]</sup></sub>baz",
278 [["stylewithcss","true"],["superscript",""]],
279 "foo<sup>[bar]</sup>baz",
280 [true,true],
281 {"stylewithcss":[false,false,"",false,true,""],"superscript":[true,false,"", false,true,""]}],
282 ["foo<sub><sup>[bar]</sup></sub>baz",
283 [["stylewithcss","false"],["superscript",""]],
284 "foo<sup>[bar]</sup>baz",
285 [true,true],
286 {"stylewithcss":[false,true,"",false,false,""],"superscript":[true,false,"", false,true,""]}],
287 ["foo<sub><sup>b[a]r</sup></sub>baz",
288 [["stylewithcss","true"],["superscript",""]],
289 "foo<sup>b[a]r</sup>baz",
290 [true,true],
291 {"stylewithcss":[false,false,"",false,true,""],"superscript":[true,false,"", false,true,""]}],
292 ["foo<sub><sup>b[a]r</sup></sub>baz",
293 [["stylewithcss","false"],["superscript",""]],
294 "foo<sup>b[a]r</sup>baz",
295 [true,true],
296 {"stylewithcss":[false,true,"",false,false,""],"superscript":[true,false,"", false,true,""]}],
297 ["foo<sub>b<sup>[a]</sup>r</sub>baz",
298 [["stylewithcss","true"],["superscript",""]],
299 "foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
300 [true,true],
301 {"stylewithcss":[false,false,"",false,true,""],"superscript":[true,false,"", false,true,""]}],
302 ["foo<sub>b<sup>[a]</sup>r</sub>baz",
303 [["stylewithcss","false"],["superscript",""]],
304 "foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
305 [true,true],
306 {"stylewithcss":[false,true,"",false,false,""],"superscript":[true,false,"", false,true,""]}],
307 ["foo<sup><sub>[bar]</sub></sup>baz",
308 [["stylewithcss","true"],["superscript",""]],
309 "foo<sup>[bar]</sup>baz",
310 [true,true],
311 {"stylewithcss":[false,false,"",false,true,""],"superscript":[true,false,"", false,true,""]}],
312 ["foo<sup><sub>[bar]</sub></sup>baz",
313 [["stylewithcss","false"],["superscript",""]],
314 "foo<sup>[bar]</sup>baz",
315 [true,true],
316 {"stylewithcss":[false,true,"",false,false,""],"superscript":[true,false,"", false,true,""]}],
317 ["foo<sup><sub>b[a]r</sub></sup>baz",
318 [["stylewithcss","true"],["superscript",""]],
319 "foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
320 [true,true],
321 {"stylewithcss":[false,false,"",false,true,""],"superscript":[true,false,"", false,true,""]}],
322 ["foo<sup><sub>b[a]r</sub></sup>baz",
323 [["stylewithcss","false"],["superscript",""]],
324 "foo<sub>b</sub><sup>[a]</sup><sub>r</sub>baz",
325 [true,true],
326 {"stylewithcss":[false,true,"",false,false,""],"superscript":[true,false,"", false,true,""]}],
327 ["foo<sup>b<sub>[a]</sub>r</sup>baz",
328 [["stylewithcss","true"],["superscript",""]],
329 "foo<sup>b[a]r</sup>baz",
330 [true,true],
331 {"stylewithcss":[false,false,"",false,true,""],"superscript":[true,false,"", false,true,""]}],
332 ["foo<sup>b<sub>[a]</sub>r</sup>baz",
333 [["stylewithcss","false"],["superscript",""]],
334 "foo<sup>b[a]r</sup>baz",
335 [true,true],
336 {"stylewithcss":[false,true,"",false,false,""],"superscript":[true,false,"", false,true,""]}],
337 ["fo[o<sup>b]ar</sup>baz",
338 [["superscript",""]],
339 "fo<sup>[ob]ar</sup>baz",
340 [true],
341 {"superscript":[true,false,"",false,true,""]}],
342 ["foo<sup>ba[r</sup>b]az",
343 [["superscript",""]],
344 "foo<sup>ba[rb]</sup>az",
345 [true],
346 {"superscript":[true,false,"",false,true,""]}],
347 ["fo[o<sup>bar</sup>b]az",
348 [["superscript",""]],
349 "fo<sup>[obarb]</sup>az",
350 [true],
351 {"superscript":[true,false,"",false,true,""]}],
352 ["foo[<sup>b]ar</sup>baz",
353 [["superscript",""]],
354 "foo[b]<sup>ar</sup>baz",
355 [true],
356 {"superscript":[false,true,"",false,false,""]}],
357 ["foo<sup>ba[r</sup>]baz",
358 [["superscript",""]],
359 "foo<sup>ba</sup>[r]baz",
360 [true],
361 {"superscript":[false,true,"",false,false,""]}],
362 ["foo[<sup>bar</sup>]baz",
363 [["stylewithcss","true"],["superscript",""]],
364 "foo[bar]baz",
365 [true,true],
366 {"stylewithcss":[false,false,"",false,true,""],"superscript":[false,true,"", false,false,""]}],
367 ["foo[<sup>bar</sup>]baz",
368 [["stylewithcss","false"],["superscript",""]],
369 "foo[bar]baz",
370 [true,true],
371 {"stylewithcss":[false,true,"",false,false,""],"superscript":[false,true,"", false,false,""]}],
372 ["foo<sup>[bar]</sup>baz",
373 [["stylewithcss","true"],["superscript",""]],
374 "foo[bar]baz",
375 [true,true],
376 {"stylewithcss":[false,false,"",false,true,""],"superscript":[false,true,"", false,false,""]}],
377 ["foo<sup>[bar]</sup>baz",
378 [["stylewithcss","false"],["superscript",""]],
379 "foo[bar]baz",
380 [true,true],
381 {"stylewithcss":[false,true,"",false,false,""],"superscript":[false,true,"", false,false,""]}],
382 ["foo{<sup>bar</sup>}baz",
383 [["stylewithcss","true"],["superscript",""]],
384 "foo{bar}baz",
385 [true,true],
386 {"stylewithcss":[false,false,"",false,true,""],"superscript":[false,true,"", false,false,""]}],
387 ["foo{<sup>bar</sup>}baz",
388 [["stylewithcss","false"],["superscript",""]],
389 "foo{bar}baz",
390 [true,true],
391 {"stylewithcss":[false,true,"",false,false,""],"superscript":[false,true,"", false,false,""]}],
392 ["<sup>fo[o</sup><sub>b]ar</sub>",
393 [["superscript",""]],
394 "<sup>fo[ob]</sup><sub>ar</sub>",
395 [true],
396 {"superscript":[true,false,"",false,true,""]}],
397 ["<sup>fo[o</sup><span style=vertical-align:super>b]ar</span>",
398 [["stylewithcss","true"],["superscript",""]],
399 "<sup>fo[o</sup><span style=\"vertical-align:super\"><sup>b]</sup>ar</span>" ,
400 [true,true],
401 {"stylewithcss":[false,false,"",false,true,""],"superscript":[true,false,"", false,true,""]}],
402 ["<sup>fo[o</sup><span style=vertical-align:super>b]ar</span>",
403 [["stylewithcss","false"],["superscript",""]],
404 "<sup>fo[o</sup><span style=\"vertical-align:super\"><sup>b]</sup>ar</span>" ,
405 [true,true],
406 {"stylewithcss":[false,true,"",false,false,""],"superscript":[true,false,"", false,true,""]}],
407 ["foo<span style=vertical-align:bottom>[bar]</span>baz",
408 [["stylewithcss","true"],["superscript",""]],
409 "foo<sup><span style=\"vertical-align:bottom\">[bar]</span></sup>baz",
410 [true,true],
411 {"stylewithcss":[false,false,"",false,true,""],"superscript":[false,false,"" ,false,true,""]}],
412 ["foo<span style=vertical-align:bottom>[bar]</span>baz",
413 [["stylewithcss","false"],["superscript",""]],
414 "foo<sup><span style=\"vertical-align:bottom\">[bar]</span></sup>baz",
415 [true,true],
416 {"stylewithcss":[false,true,"",false,false,""],"superscript":[false,false,"" ,false,true,""]}],
417 ["<sup>fo[o</sup><span style=vertical-align:bottom>b]ar</span>",
418 [["stylewithcss","true"],["superscript",""]],
419 "<sup>fo[o</sup><span style=\"vertical-align:bottom\"><sup>b]</sup>ar</span> ",
420 [true,true],
421 {"stylewithcss":[false,false,"",false,true,""],"superscript":[true,false,"", false,true,""]}],
422 ["<sup>fo[o</sup><span style=vertical-align:bottom>b]ar</span>",
423 [["stylewithcss","false"],["superscript",""]],
424 "<sup>fo[o</sup><span style=\"vertical-align:bottom\"><sup>b]</sup>ar</span> ",
425 [true,true],
426 {"stylewithcss":[false,true,"",false,false,""],"superscript":[true,false,"", false,true,""]}],
427 ["foo<sup>[bar]<br></sup>",
428 [["stylewithcss","true"],["superscript",""]],
429 "foo[bar]<br>",
430 [true,true],
431 {"stylewithcss":[false,false,"",false,true,""],"superscript":[false,true,"", false,false,""]}],
432 ["foo<sup>[bar]<br></sup>",
433 [["stylewithcss","false"],["superscript",""]],
434 "foo[bar]<br>",
435 [true,true],
436 {"stylewithcss":[false,true,"",false,false,""],"superscript":[false,true,"", false,false,""]}]
437 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698