diff --git a/tree-construction/adoption02.dat b/tree-construction/adoption02.dat index e54d8033..0502cf30 100644 --- a/tree-construction/adoption02.dat +++ b/tree-construction/adoption02.dat @@ -37,3 +37,63 @@ |
| | + +#data +second
first
+#errors +3: Start tag seen without seeing a doctype first. Expected "". +25: End tag "b" violates nesting rules. +34: Stray end tag "b". +63: Stray end tag "i". +#document +| +| +| +| +| +| +| +| +| +| +| +|
+| +| "first" +| "second" + +#data +text +#errors +16: Start tag seen without seeing a doctype first. Expected "". +#document +| +| +| +| +| foo="bar" +| +| +| +| +| "text" + +#data +
text
+#errors +16: Start tag seen without seeing a doctype first. Expected "". +51: End tag "div" seen, but there were open elements. +45: Unclosed element "code". +58: No "code" element in scope but a "code" end tag seen. +#document +| +| +| +| +| foo="bar" +| +| +| +|
+| +| "text" diff --git a/tree-construction/isindex.dat b/tree-construction/isindex.dat index 42ef997f..b187e11b 100644 --- a/tree-construction/isindex.dat +++ b/tree-construction/isindex.dat @@ -45,3 +45,23 @@ | | |
+ +#data + +#errors +6: Start tag seen without seeing a doctype first. Expected “”. +15: “isindex” seen. +21: End of file seen and there were open elements. +21: Unclosed element “form”. +#document +| +| +| +| +|
+|