aboutsummaryrefslogtreecommitdiff
path: root/tests/html5lib-tests/tree-construction/svg.dat
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus-honeypot@unterwaditzer.net>2021-11-26 13:17:39 +0100
committerMarkus Unterwaditzer <markus-honeypot@unterwaditzer.net>2021-11-26 13:17:39 +0100
commite1cdb4a6ac40aa562605990d58425978a5dc295b (patch)
tree48ee360700f05443364b95bbaedcfdb809ada6ea /tests/html5lib-tests/tree-construction/svg.dat
parentbb1e11cc9421c3096d82c4fceb74bb8f0aa82201 (diff)
remove html5lib-tests
Diffstat (limited to 'tests/html5lib-tests/tree-construction/svg.dat')
-rw-r--r--tests/html5lib-tests/tree-construction/svg.dat104
1 files changed, 0 insertions, 104 deletions
diff --git a/tests/html5lib-tests/tree-construction/svg.dat b/tests/html5lib-tests/tree-construction/svg.dat
deleted file mode 100644
index a452e7a..0000000
--- a/tests/html5lib-tests/tree-construction/svg.dat
+++ /dev/null
@@ -1,104 +0,0 @@
-#data
-<svg><tr><td><title><tr>
-#errors
-(1:21) Unexpected <tr> tag
-(1:25) Unexpected EOF
-#document-fragment
-td
-#document
-| <svg svg>
-| <svg tr>
-| <svg td>
-| <svg title>
-
-#data
-<svg><tr><td><title><tr>
-#errors
-(1:1) Unexpected <svg> tag
-(1:21) Unexpected <tr> tag
-(1:25) Unexpected EOF
-#document-fragment
-tr
-#document
-| <svg svg>
-| <svg tr>
-| <svg td>
-| <svg title>
-
-#data
-<svg><thead><title><tbody>
-#errors
-(1:1) Unexpected <svg> tag
-(1:20) Unexpected <tbody> tag
-(1:27) Unexpected EOF
-#document-fragment
-thead
-#document
-| <svg svg>
-| <svg thead>
-| <svg title>
-
-#data
-<svg><tfoot><title><tbody>
-#errors
-(1:1) Unexpected <svg> tag
-(1:20) Unexpected <tbody> tag
-(1:27) Unexpected EOF
-#document-fragment
-tfoot
-#document
-| <svg svg>
-| <svg tfoot>
-| <svg title>
-
-#data
-<svg><tbody><title><tfoot>
-#errors
-(1:1) Unexpected <svg> tag
-(1:20) Unexpected <tfoot> tag
-(1:27) Unexpected EOF
-#document-fragment
-tbody
-#document
-| <svg svg>
-| <svg tbody>
-| <svg title>
-
-#data
-<svg><tbody><title></table>
-#errors
-(1:1) Unexpected <svg> tag
-(1:20) Unexpected </table> tag
-(1:28) Unexpected EOF
-#document-fragment
-tbody
-#document
-| <svg svg>
-| <svg tbody>
-| <svg title>
-
-#data
-<svg><thead><title></table>
-#errors
-(1:1) Unexpected <svg> tag
-(1:20) Unexpected </table> tag
-(1:28) Unexpected EOF
-#document-fragment
-tbody
-#document
-| <svg svg>
-| <svg thead>
-| <svg title>
-
-#data
-<svg><tfoot><title></table>
-#errors
-(1:1) Unexpected <svg> tag
-(1:20) Unexpected </table> tag
-(1:28) Unexpected EOF
-#document-fragment
-tbody
-#document
-| <svg svg>
-| <svg tfoot>
-| <svg title>