swc/crates/swc_html_parser/tests/html5lib-tests-fixture/tests4_dat.5.fragment_html.output.json

50 lines
946 B
JSON

{
"type": "DocumentFragment",
"span": {
"start": 1,
"end": 25,
"ctxt": 0
},
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 0,
"ctxt": 0
},
"tagName": "head",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null,
"isSelfClosing": false
},
{
"type": "Element",
"span": {
"start": 0,
"end": 0,
"ctxt": 0
},
"tagName": "body",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 1,
"end": 25,
"ctxt": 0
},
"data": "setting html's innerHTML",
"raw": "setting html's innerHTML"
}
],
"content": null,
"isSelfClosing": false
}
]
}