swc/crates/swc_html_parser/tests/fixture/text/title-cr/output.json
2022-04-22 20:20:47 +09:00

188 lines
4.3 KiB
JSON

{
"type": "Document",
"span": {
"start": 0,
"end": 165,
"ctxt": 0
},
"mode": "no-quirks",
"children": [
{
"type": "DocumentType",
"span": {
"start": 0,
"end": 15,
"ctxt": 0
},
"name": "html",
"publicId": null,
"systemId": null
},
{
"type": "Element",
"span": {
"start": 16,
"end": 165,
"ctxt": 0
},
"tagName": "html",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 23,
"end": 70,
"ctxt": 0
},
"tagName": "head",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 29,
"end": 34,
"ctxt": 0
},
"value": "\r "
},
{
"type": "Element",
"span": {
"start": 34,
"end": 61,
"ctxt": 0
},
"tagName": "title",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 41,
"end": 61,
"ctxt": 0
},
"value": "\r\r Test\r\r "
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 69,
"end": 70,
"ctxt": 0
},
"value": "\r"
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 77,
"end": 78,
"ctxt": 0
},
"value": "\r"
},
{
"type": "Element",
"span": {
"start": 78,
"end": 165,
"ctxt": 0
},
"tagName": "body",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 84,
"end": 86,
"ctxt": 0
},
"value": "\r\r"
},
{
"type": "Element",
"span": {
"start": 86,
"end": 109,
"ctxt": 0
},
"tagName": "p",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 89,
"end": 109,
"ctxt": 0
},
"value": "This is a paragraph."
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 113,
"end": 114,
"ctxt": 0
},
"value": "\r"
},
{
"type": "Element",
"span": {
"start": 114,
"end": 143,
"ctxt": 0
},
"tagName": "p",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 117,
"end": 143,
"ctxt": 0
},
"value": "This is another paragraph."
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 147,
"end": 165,
"ctxt": 0
},
"value": "\r\r\r\r"
}
],
"content": null
}
],
"content": null
}
]
}