diff options
author | Markus Unterwaditzer <markus-honeypot@unterwaditzer.net> | 2021-11-26 13:17:39 +0100 |
---|---|---|
committer | Markus Unterwaditzer <markus-honeypot@unterwaditzer.net> | 2021-11-26 13:17:39 +0100 |
commit | e1cdb4a6ac40aa562605990d58425978a5dc295b (patch) | |
tree | 48ee360700f05443364b95bbaedcfdb809ada6ea /tests/html5lib-tests/tree-construction/math.dat | |
parent | bb1e11cc9421c3096d82c4fceb74bb8f0aa82201 (diff) |
remove html5lib-tests
Diffstat (limited to 'tests/html5lib-tests/tree-construction/math.dat')
-rw-r--r-- | tests/html5lib-tests/tree-construction/math.dat | 104 |
1 files changed, 0 insertions, 104 deletions
diff --git a/tests/html5lib-tests/tree-construction/math.dat b/tests/html5lib-tests/tree-construction/math.dat deleted file mode 100644 index d6a8ae5..0000000 --- a/tests/html5lib-tests/tree-construction/math.dat +++ /dev/null @@ -1,104 +0,0 @@ -#data -<math><tr><td><mo><tr> -#errors -(1,22): unexpected-start-tag -(1,23): expected-closing-tag-but-got-eof -#document-fragment -td -#document -| <math math> -| <math tr> -| <math td> -| <math mo> - -#data -<math><tr><td><mo><tr> -#errors -(1,6): foster-parenting-start-tag -(1,22): expected-tr-in-table-scope -(1,23): expected-closing-tag-but-got-eof -#document-fragment -tr -#document -| <math math> -| <math tr> -| <math td> -| <math mo> - -#data -<math><thead><mo><tbody> -#errors -(1,6): foster-parenting-start-tag -(1,24): expected-table-part-in-table-scope -(1,25): expected-closing-tag-but-got-eof -#document-fragment -thead -#document -| <math math> -| <math thead> -| <math mo> - -#data -<math><tfoot><mo><tbody> -#errors -(1,6): foster-parenting-start-tag -(1,24): expected-table-part-in-table-scope -(1,25): expected-closing-tag-but-got-eof -#document-fragment -tfoot -#document -| <math math> -| <math tfoot> -| <math mo> - -#data -<math><tbody><mo><tfoot> -#errors -(1,6): foster-parenting-start-tag -(1,24): expected-table-part-in-table-scope -(1,25): expected-closing-tag-but-got-eof -#document-fragment -tbody -#document -| <math math> -| <math tbody> -| <math mo> - -#data -<math><tbody><mo></table> -#errors -(1,6): foster-parenting-start-tag -(1,25): unexpected-end-tag-in-math -(1,26): expected-closing-tag-but-got-eof -#document-fragment -tbody -#document -| <math math> -| <math tbody> -| <math mo> - -#data -<math><thead><mo></table> -#errors -(1,6): foster-parenting-start-tag -(1,25): unexpected-end-tag-in-math -(1,26): expected-closing-tag-but-got-eof -#document-fragment -tbody -#document -| <math math> -| <math thead> -| <math mo> - -#data -<math><tfoot><mo></table> -#errors -(1,6): foster-parenting-start-tag -(1,25): unexpected-end-tag-in-math -(1,26): expected-closing-tag-but-got-eof -#document-fragment -tbody -#document -| <math math> -| <math tfoot> -| <math mo> |