",
"errors": [
"(1,5): expected-doctype-but-got-start-tag",
"(1,32): adoption-agency-1.3",
"(1,32): expected-closing-tag-but-got-eof"
],
"document": {
"props": {
"tags": {
"html": true,
"head": true,
"body": true,
"div": true,
"a": true,
"b": true,
"u": true,
"i": true,
"code": true
}
},
"tree": [
{
"tag": "html",
"children": [
{
"tag": "head"
},
{
"tag": "body",
"children": [
{
"tag": "div",
"children": [
{
"tag": "a",
"children": [
{
"tag": "b",
"children": [
{
"tag": "u",
"children": [
{
"tag": "i",
"children": [
{
"tag": "code"
}
]
}
]
}
]
}
]
},
{
"tag": "u",
"children": [
{
"tag": "i",
"children": [
{
"tag": "code",
"children": [
{
"tag": "div",
"children": [
{
"tag": "a"
}
]
}
]
}
]
}
]
}
]
}
]
}
]
}
],
"html": "
",
"noQuirksBodyHtml": "
"
}
},
{
"data": "
xy",
"errors": [
"(1,3): expected-doctype-but-got-start-tag"
],
"document": {
"props": {
"tags": {
"html": true,
"head": true,
"body": true,
"b": true
}
},
"tree": [
{
"tag": "html",
"children": [
{
"tag": "head"
},
{
"tag": "body",
"children": [
{
"tag": "b",
"children": [
{
"tag": "b",
"children": [
{
"tag": "b",
"children": [
{
"tag": "b",
"children": [
{
"text": "x"
}
]
}
]
}
]
}
]
},
{
"text": "y"
}
]
}
]
}
],
"html": "
xy",
"noQuirksBodyHtml": "
xy"
}
},
{
"data": "
x",
"errors": [
"(1,3): expected-doctype-but-got-start-tag",
"(1,18): unexpected-end-tag",
"(1,19): expected-closing-tag-but-got-eof"
],
"document": {
"props": {
"tags": {
"html": true,
"head": true,
"body": true,
"p": true,
"b": true
}
},
"tree": [
{
"tag": "html",
"children": [
{
"tag": "head"
},
{
"tag": "body",
"children": [
{
"tag": "p",
"children": [
{
"tag": "b",
"children": [
{
"tag": "b",
"children": [
{
"tag": "b",
"children": [
{
"tag": "b"
}
]
}
]
}
]
}
]
},
{
"tag": "p",
"children": [
{
"tag": "b",
"children": [
{
"tag": "b",
"children": [
{
"tag": "b",
"children": [
{
"text": "x"
}
]
}
]
}
]
}
]
}
]
}
]
}
],
"html": "
x
",
"noQuirksBodyHtml": "
x
"
}
},
{
"data": "
",
"errors": [
"(1,35): adoption-agency-1.3",
"(1,40): adoption-agency-1.3",
"(1,40): expected-closing-tag-but-got-eof"
],
"fragment": {
"name": "div"
},
"document": {
"props": {
"tags": {
"b": true,
"em": true,
"foo": true,
"foob": true,
"fooc": true,
"aside": true
}
},
"tree": [
{
"tag": "b",
"children": [
{
"tag": "em",
"children": [
{
"tag": "foo",
"children": [
{
"tag": "foob",
"children": [
{
"tag": "fooc"
}
]
}
]
}
]
}
]
},
{
"tag": "aside",
"children": [
{
"tag": "b"
}
]
}
],
"html": "
",
"noQuirksBodyHtml": "
"
}
}
],
"adoption02.dat": [
{
"data": "
1234",
"errors": [
"(1,3): expected-doctype-but-got-start-tag",
"(1,16): adoption-agency-1.3",
"(1,17): expected-closing-tag-but-got-eof"
],
"document": {
"props": {
"tags": {
"html": true,
"head": true,
"body": true,
"b": true,
"i": true,
"p": true
}
},
"tree": [
{
"tag": "html",
"children": [
{
"tag": "head"
},
{
"tag": "body",
"children": [
{
"tag": "b",
"children": [
{
"text": "1"
},
{
"tag": "i",
"children": [
{
"text": "2"
}
]
}
]
},
{
"tag": "i",
"children": [
{
"tag": "p",
"children": [
{
"tag": "b",
"children": [
{
"text": "3"
}
]
},
{
"text": "4"
}
]
}
]
}
]
}
]
}
],
"html": "
1234
",
"noQuirksBodyHtml": "
1234
"
}
},
{
"data": "
",
"errors": [
"(1,3): expected-doctype-but-got-start-tag",
"(1,35): unexpected-start-tag-implies-end-tag",
"(1,35): adoption-agency-1.3",
"(1,35): adoption-agency-1.3",
"(1,35): expected-closing-tag-but-got-eof"
],
"document": {
"props": {
"tags": {
"html": true,
"head": true,
"body": true,
"a": true,
"div": true,
"style": true,
"address": true
}
},
"tree": [
{
"tag": "html",
"children": [
{
"tag": "head"
},
{
"tag": "body",
"children": [
{
"tag": "a"
},
{
"tag": "div",
"children": [
{
"tag": "a",
"children": [
{
"tag": "style"
}
]
},
{
"tag": "address",
"children": [
{
"tag": "a"
},
{
"tag": "a"
}
]
}
]
}
]
}
]
}
],
"html": "",
"noQuirksBodyHtml": ""
}
}
],
"comments01.dat": [
{
"data": "FOOBAZ",
"errors": [
"(1,3): expected-doctype-but-got-chars"
],
"document": {
"props": {
"tags": {
"html": true,
"head": true,
"body": true
},
"comment": true
},
"tree": [
{
"tag": "html",
"children": [
{
"tag": "head"
},
{
"tag": "body",
"children": [
{
"text": "FOO"
},
{
"comment": " BAR "
},
{
"text": "BAZ"
}
]
}
]
}
],
"html": "FOOBAZ",
"noQuirksBodyHtml": "FOOBAZ"
}
},
{
"data": "FOOBAZ",
"errors": [
"(1,3): expected-doctype-but-got-chars",
"(1,15): unexpected-bang-after-double-dash-in-comment"
],
"document": {
"props": {
"tags": {
"html": true,
"head": true,
"body": true
},
"comment": true
},
"tree": [
{
"tag": "html",
"children": [
{
"tag": "head"
},
{
"tag": "body",
"children": [
{
"text": "FOO"
},
{
"comment": " BAR "
},
{
"text": "BAZ"
}
]
}
]
}
],
"html": "FOOBAZ",
"noQuirksBodyHtml": "FOOBAZ"
}
},
{
"data": "FOO