From bef9ad1e6ffe8ed6a084be7fbc3ba521eab70844 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Thu, 13 Aug 2020 11:23:40 +0900 Subject: [PATCH] Test SVG fragment parsing w/ td/tr/tbody context MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change adds a new tree-construction/svg.dat file that’s essentially an analogue of the existing tree-construction/math.dat file. It contains tests for fragment parsing of SVG content with td, tr, and tbody/thead/tfoot context elements. --- tree-construction/svg.dat | 81 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 tree-construction/svg.dat diff --git a/tree-construction/svg.dat b/tree-construction/svg.dat new file mode 100644 index 0000000..8e9a2bb --- /dev/null +++ b/tree-construction/svg.dat @@ -0,0 +1,81 @@ +#data +
+#errors +#document-fragment +td +#document +| +| +| +| + +#data +
+#errors +#document-fragment +tr +#document +| +| +| +| + +#data + +#errors +#document-fragment +thead +#document +| +| +| + +#data + +#errors +#document-fragment +tfoot +#document +| +| +| + +#data + +#errors +#document-fragment +tbody +#document +| +| +| + +#data + +#errors +#document-fragment +tbody +#document +| +| +| + +#data + +#errors +#document-fragment +tbody +#document +| +| +| + +#data + +#errors +#document-fragment +tbody +#document +| +| +|