swc/crates/swc_html_parser/tests/html5lib-tests-fixture/tests6_dat/6.fragment.div.json

33 lines
514 B
JSON

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