swc/crates/swc_html_parser/tests/html5lib-tests-fixture/tests6_dat.6.fragment_div.output.json

35 lines
562 B
JSON

{
"type": "DocumentFragment",
"span": {
"start": 1,
"end": 13,
"ctxt": 0
},
"children": [
{
"type": "Text",
"span": {
"start": 7,
"end": 8,
"ctxt": 0
},
"data": "\n",
"raw": "\n"
},
{
"type": "Element",
"span": {
"start": 8,
"end": 13,
"ctxt": 0
},
"tagName": "div",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null,
"isSelfClosing": false
}
]
}