swc/crates/swc_html_parser/tests/iframe_srcdoc/basic/output.json
2022-07-09 04:19:14 +00:00

91 lines
2.0 KiB
JSON

{
"type": "Document",
"span": {
"start": 1,
"end": 27,
"ctxt": 0
},
"mode": "no-quirks",
"children": [
{
"type": "Element",
"span": {
"start": 1,
"end": 27,
"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": [],
"content": null,
"isSelfClosing": false
},
{
"type": "Element",
"span": {
"start": 8,
"end": 27,
"ctxt": 0
},
"tagName": "body",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 14,
"end": 15,
"ctxt": 0
},
"data": " ",
"raw": " "
},
{
"type": "Element",
"span": {
"start": 15,
"end": 27,
"ctxt": 0
},
"tagName": "p",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 18,
"end": 23,
"ctxt": 0
},
"data": "Test.",
"raw": "Test."
}
],
"content": null,
"isSelfClosing": false
}
],
"content": null,
"isSelfClosing": false
}
],
"content": null,
"isSelfClosing": false
}
]
}