swc/crates/swc_html_parser/tests/html5lib-tests-fixture/tests1_dat/77.json
2022-05-17 08:23:24 +00:00

252 lines
7.2 KiB
JSON

{
"type": "Document",
"span": {
"start": 1,
"end": 72,
"ctxt": 0
},
"mode": "quirks",
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 72,
"ctxt": 0
},
"tagName": "html",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 16,
"ctxt": 0
},
"tagName": "head",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
},
{
"type": "Element",
"span": {
"start": 0,
"end": 72,
"ctxt": 0
},
"tagName": "body",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 1,
"end": 50,
"ctxt": 0
},
"tagName": "a",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [
{
"type": "Attribute",
"span": {
"start": 4,
"end": 15,
"ctxt": 0
},
"namespace": null,
"prefix": null,
"name": "href",
"value": "blah"
}
],
"children": [
{
"type": "Text",
"span": {
"start": 16,
"end": 19,
"ctxt": 0
},
"value": "aba"
},
{
"type": "Element",
"span": {
"start": 26,
"end": 42,
"ctxt": 0
},
"tagName": "a",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [
{
"type": "Attribute",
"span": {
"start": 29,
"end": 39,
"ctxt": 0
},
"namespace": null,
"prefix": null,
"name": "href",
"value": "foo"
}
],
"children": [
{
"type": "Text",
"span": {
"start": 40,
"end": 42,
"ctxt": 0
},
"value": "br"
}
],
"content": null
},
{
"type": "Element",
"span": {
"start": 26,
"end": 69,
"ctxt": 0
},
"tagName": "a",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [
{
"type": "Attribute",
"span": {
"start": 29,
"end": 39,
"ctxt": 0
},
"namespace": null,
"prefix": null,
"name": "href",
"value": "foo"
}
],
"children": [
{
"type": "Text",
"span": {
"start": 60,
"end": 69,
"ctxt": 0
},
"value": "x"
}
],
"content": null
},
{
"type": "Element",
"span": {
"start": 19,
"end": 50,
"ctxt": 0
},
"tagName": "table",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 50,
"ctxt": 0
},
"tagName": "tbody",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 42,
"end": 50,
"ctxt": 0
},
"tagName": "tr",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 46,
"end": 50,
"ctxt": 0
},
"tagName": "td",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
}
],
"content": null
}
],
"content": null
}
],
"content": null
}
],
"content": null
},
{
"type": "Element",
"span": {
"start": 26,
"end": 72,
"ctxt": 0
},
"tagName": "a",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [
{
"type": "Attribute",
"span": {
"start": 29,
"end": 39,
"ctxt": 0
},
"namespace": null,
"prefix": null,
"name": "href",
"value": "foo"
}
],
"children": [
{
"type": "Text",
"span": {
"start": 69,
"end": 72,
"ctxt": 0
},
"value": "aoe"
}
],
"content": null
}
],
"content": null
}
],
"content": null
}
]
}