swc/crates/swc_html_parser/tests/iframe_srcdoc/template/output.json

124 lines
3.1 KiB
JSON

{
"type": "Document",
"span": {
"start": 1,
"end": 45,
"ctxt": 0
},
"mode": "no-quirks",
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 0,
"ctxt": 0
},
"tagName": "html",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 0,
"ctxt": 0
},
"tagName": "head",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 1,
"end": 44,
"ctxt": 0
},
"tagName": "template",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": {
"type": "DocumentFragment",
"span": {
"start": 1,
"end": 44,
"ctxt": 0
},
"children": [
{
"type": "Text",
"span": {
"start": 11,
"end": 16,
"ctxt": 0
},
"data": "Test ",
"raw": "Test "
},
{
"type": "Element",
"span": {
"start": 16,
"end": 33,
"ctxt": 0
},
"tagName": "span",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 22,
"end": 26,
"ctxt": 0
},
"data": "Test",
"raw": "Test"
}
],
"content": null,
"isSelfClosing": false
}
]
},
"isSelfClosing": false
},
{
"type": "Text",
"span": {
"start": 44,
"end": 45,
"ctxt": 0
},
"data": "\n",
"raw": "\n"
}
],
"content": null,
"isSelfClosing": false
},
{
"type": "Element",
"span": {
"start": 0,
"end": 0,
"ctxt": 0
},
"tagName": "body",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null,
"isSelfClosing": false
}
],
"content": null,
"isSelfClosing": false
}
]
}