swc/crates/swc_html_parser/tests/html5lib-tests-fixture/tests6_dat/31.fragment.body.json

24 lines
378 B
JSON
Raw Normal View History

{
"type": "DocumentFragment",
"span": {
"start": 0,
"end": 12,
"ctxt": 0
},
"children": [
{
"type": "Element",
"span": {
"start": 7,
"end": 12,
"ctxt": 0
},
"tagName": "div",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
}
]
}