swc/crates/swc_html_parser/tests/html5lib-tests-fixture/tests4_dat.6.fragment_head.output.json

36 lines
655 B
JSON

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