swc/crates/swc_html_parser/tests/html5lib-tests-fixture/plain-text-unsafe_dat/9.json

76 lines
1.7 KiB
JSON
Raw Blame History

{
"type": "Document",
"span": {
"start": 0,
"end": 24,
"ctxt": 0
},
"mode": "no-quirks",
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 24,
"ctxt": 0
},
"tagName": "html",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 11,
"ctxt": 0
},
"tagName": "head",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
},
{
"type": "Element",
"span": {
"start": 0,
"end": 24,
"ctxt": 0
},
"tagName": "body",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 24,
"ctxt": 0
},
"tagName": "plaintext",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 11,
"end": 24,
"ctxt": 0
},
"value": "<22>filler<65>text<78>"
}
],
"content": null
}
],
"content": null
}
],
"content": null
}
]
}