mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 08:16:06 -07:00
Update html5lib-1.1
This commit is contained in:
parent
3a116486e7
commit
586fd15464
142 changed files with 90234 additions and 2393 deletions
81
lib/html5lib/tests/testdata/tree-construction/math.dat
vendored
Normal file
81
lib/html5lib/tests/testdata/tree-construction/math.dat
vendored
Normal file
|
@ -0,0 +1,81 @@
|
|||
#data
|
||||
<math><tr><td><mo><tr>
|
||||
#errors
|
||||
#document-fragment
|
||||
td
|
||||
#document
|
||||
| <math math>
|
||||
| <math tr>
|
||||
| <math td>
|
||||
| <math mo>
|
||||
|
||||
#data
|
||||
<math><tr><td><mo><tr>
|
||||
#errors
|
||||
#document-fragment
|
||||
tr
|
||||
#document
|
||||
| <math math>
|
||||
| <math tr>
|
||||
| <math td>
|
||||
| <math mo>
|
||||
|
||||
#data
|
||||
<math><thead><mo><tbody>
|
||||
#errors
|
||||
#document-fragment
|
||||
thead
|
||||
#document
|
||||
| <math math>
|
||||
| <math thead>
|
||||
| <math mo>
|
||||
|
||||
#data
|
||||
<math><tfoot><mo><tbody>
|
||||
#errors
|
||||
#document-fragment
|
||||
tfoot
|
||||
#document
|
||||
| <math math>
|
||||
| <math tfoot>
|
||||
| <math mo>
|
||||
|
||||
#data
|
||||
<math><tbody><mo><tfoot>
|
||||
#errors
|
||||
#document-fragment
|
||||
tbody
|
||||
#document
|
||||
| <math math>
|
||||
| <math tbody>
|
||||
| <math mo>
|
||||
|
||||
#data
|
||||
<math><tbody><mo></table>
|
||||
#errors
|
||||
#document-fragment
|
||||
tbody
|
||||
#document
|
||||
| <math math>
|
||||
| <math tbody>
|
||||
| <math mo>
|
||||
|
||||
#data
|
||||
<math><thead><mo></table>
|
||||
#errors
|
||||
#document-fragment
|
||||
tbody
|
||||
#document
|
||||
| <math math>
|
||||
| <math thead>
|
||||
| <math mo>
|
||||
|
||||
#data
|
||||
<math><tfoot><mo></table>
|
||||
#errors
|
||||
#document-fragment
|
||||
tbody
|
||||
#document
|
||||
| <math math>
|
||||
| <math tfoot>
|
||||
| <math mo>
|
Loading…
Add table
Add a link
Reference in a new issue