|
48 | 48 | #data
|
49 | 49 | <!DOCTYPE html><body><select><math></math></select>
|
50 | 50 | #errors
|
51 |
| -(1,35) unexpected-start-tag-in-select |
52 |
| -(1,42) unexpected-end-tag-in-select |
53 | 51 | #document
|
54 | 52 | | <!DOCTYPE html>
|
55 | 53 | | <html>
|
56 | 54 | | <head>
|
57 | 55 | | <body>
|
58 | 56 | | <select>
|
| 57 | +| <math math> |
59 | 58 |
|
60 | 59 | #data
|
61 | 60 | <!DOCTYPE html><body><select><option><math></math></option></select>
|
62 | 61 | #errors
|
63 |
| -(1,43) unexpected-start-tag-in-select |
64 |
| -(1,50) unexpected-end-tag-in-select |
65 | 62 | #document
|
66 | 63 | | <!DOCTYPE html>
|
67 | 64 | | <html>
|
68 | 65 | | <head>
|
69 | 66 | | <body>
|
70 | 67 | | <select>
|
71 | 68 | | <option>
|
| 69 | +| <math math> |
72 | 70 |
|
73 | 71 | #data
|
74 | 72 | <!DOCTYPE html><body><table><math></math></table>
|
|
301 | 299 | #data
|
302 | 300 | <!DOCTYPE html><body><table><tr><td><select><math><mi>foo</mi><mi>bar</mi><p>baz</table><p>quux
|
303 | 301 | #errors
|
304 |
| -(1,50) unexpected-start-tag-in-select |
305 |
| -(1,54) unexpected-start-tag-in-select |
306 |
| -(1,62) unexpected-end-tag-in-select |
307 |
| -(1,66) unexpected-start-tag-in-select |
308 |
| -(1,74) unexpected-end-tag-in-select |
309 |
| -(1,77) unexpected-start-tag-in-select |
310 |
| -(1,88) unexpected-table-element-end-tag-in-select-in-table |
311 | 302 | #document
|
312 | 303 | | <!DOCTYPE html>
|
313 | 304 | | <html>
|
|
318 | 309 | | <tr>
|
319 | 310 | | <td>
|
320 | 311 | | <select>
|
321 |
| -| "foobarbaz" |
| 312 | +| <math math> |
| 313 | +| <math mi> |
| 314 | +| "foo" |
| 315 | +| <math mi> |
| 316 | +| "bar" |
| 317 | +| <p> |
| 318 | +| "baz" |
322 | 319 | | <p>
|
323 | 320 | | "quux"
|
324 | 321 |
|
325 | 322 | #data
|
326 | 323 | <!DOCTYPE html><body><table><select><math><mi>foo</mi><mi>bar</mi><p>baz</table><p>quux
|
327 | 324 | #errors
|
328 |
| -(1,36) unexpected-start-tag-implies-table-voodoo |
329 |
| -(1,42) unexpected-start-tag-in-select |
330 |
| -(1,46) unexpected-start-tag-in-select |
331 |
| -(1,54) unexpected-end-tag-in-select |
332 |
| -(1,58) unexpected-start-tag-in-select |
333 |
| -(1,66) unexpected-end-tag-in-select |
334 |
| -(1,69) unexpected-start-tag-in-select |
335 |
| -(1,80) unexpected-table-element-end-tag-in-select-in-table |
336 | 325 | #document
|
337 | 326 | | <!DOCTYPE html>
|
338 | 327 | | <html>
|
339 | 328 | | <head>
|
340 | 329 | | <body>
|
341 | 330 | | <select>
|
342 |
| -| "foobarbaz" |
| 331 | +| <math math> |
| 332 | +| <math mi> |
| 333 | +| "foo" |
| 334 | +| <math mi> |
| 335 | +| "bar" |
| 336 | +| <p> |
| 337 | +| "baz" |
343 | 338 | | <table>
|
344 | 339 | | <p>
|
345 | 340 | | "quux"
|
|
0 commit comments