swc/crates/swc_html_parser/tests/fixture/element/br/output.json
2022-04-28 17:27:39 +00:00

239 lines
6.6 KiB
JSON

{
"type": "Document",
"span": {
"start": 0,
"end": 229,
"ctxt": 0
},
"mode": "no-quirks",
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 229,
"ctxt": 0
},
"tagName": "html",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 3,
"ctxt": 0
},
"tagName": "head",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
},
{
"type": "Element",
"span": {
"start": 0,
"end": 229,
"ctxt": 0
},
"tagName": "body",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 224,
"ctxt": 0
},
"tagName": "p",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 3,
"end": 25,
"ctxt": 0
},
"value": " O'er all the hilltops"
},
{
"type": "Element",
"span": {
"start": 25,
"end": 29,
"ctxt": 0
},
"tagName": "br",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
},
{
"type": "Text",
"span": {
"start": 29,
"end": 47,
"ctxt": 0
},
"value": "\n Is quiet now,"
},
{
"type": "Element",
"span": {
"start": 47,
"end": 51,
"ctxt": 0
},
"tagName": "br",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
},
{
"type": "Text",
"span": {
"start": 51,
"end": 75,
"ctxt": 0
},
"value": "\n In all the treetops"
},
{
"type": "Element",
"span": {
"start": 75,
"end": 79,
"ctxt": 0
},
"tagName": "br",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
},
{
"type": "Text",
"span": {
"start": 79,
"end": 96,
"ctxt": 0
},
"value": "\n Hearest thou"
},
{
"type": "Element",
"span": {
"start": 96,
"end": 100,
"ctxt": 0
},
"tagName": "br",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
},
{
"type": "Text",
"span": {
"start": 100,
"end": 121,
"ctxt": 0
},
"value": "\n Hardly a breath;"
},
{
"type": "Element",
"span": {
"start": 121,
"end": 125,
"ctxt": 0
},
"tagName": "br",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
},
{
"type": "Text",
"span": {
"start": 125,
"end": 164,
"ctxt": 0
},
"value": "\n The birds are asleep in the trees:"
},
{
"type": "Element",
"span": {
"start": 164,
"end": 168,
"ctxt": 0
},
"tagName": "br",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
},
{
"type": "Text",
"span": {
"start": 168,
"end": 194,
"ctxt": 0
},
"value": "\n Wait, soon like these"
},
{
"type": "Element",
"span": {
"start": 194,
"end": 198,
"ctxt": 0
},
"tagName": "br",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
},
{
"type": "Text",
"span": {
"start": 198,
"end": 224,
"ctxt": 0
},
"value": "\n Thou too shalt rest.\n"
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 228,
"end": 229,
"ctxt": 0
},
"value": "\n"
}
],
"content": null
}
],
"content": null
}
]
}