swc/crates/swc_html_parser/tests/html5lib-tests-fixture/scriptdata01_dat/19.json

94 lines
2.1 KiB
JSON
Raw Normal View History

{
"type": "Document",
"span": {
"start": 0,
"end": 42,
"ctxt": 0
},
"mode": "no-quirks",
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 42,
"ctxt": 0
},
"tagName": "html",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 1,
"ctxt": 0
},
"tagName": "head",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
},
{
"type": "Element",
"span": {
"start": 0,
"end": 42,
"ctxt": 0
},
"tagName": "body",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 0,
"end": 3,
"ctxt": 0
},
"value": "FOO"
},
{
"type": "Element",
"span": {
"start": 3,
"end": 30,
"ctxt": 0
},
"tagName": "script",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 11,
"end": 30,
"ctxt": 0
},
"value": "'<!-- <sCrIpt> -->'"
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 39,
"end": 42,
"ctxt": 0
},
"value": "BAR"
}
],
"content": null
}
],
"content": null
}
]
}