swc/crates/swc_html_parser/tests/html5lib-tests-fixture/tests1_dat/79.json
2022-06-02 04:00:32 +00:00

253 lines
7.3 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": 8,
"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": 8,
"end": 26,
"ctxt": 0
},
"tagName": "a",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [
{
"type": "Attribute",
"span": {
"start": 11,
"end": 22,
"ctxt": 0
},
"namespace": null,
"prefix": null,
"name": "href",
"value": "blah"
}
],
"children": [
{
"type": "Text",
"span": {
"start": 23,
"end": 26,
"ctxt": 0
},
"value": "aba"
}
],
"content": null
},
{
"type": "Element",
"span": {
"start": 8,
"end": 69,
"ctxt": 0
},
"tagName": "a",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [
{
"type": "Attribute",
"span": {
"start": 11,
"end": 22,
"ctxt": 0
},
"namespace": null,
"prefix": null,
"name": "href",
"value": "blah"
}
],
"children": [
{
"type": "Text",
"span": {
"start": 60,
"end": 69,
"ctxt": 0
},
"value": "x"
}
],
"content": null
},
{
"type": "Element",
"span": {
"start": 1,
"end": 69,
"ctxt": 0
},
"tagName": "table",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 60,
"ctxt": 0
},
"tagName": "tbody",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 26,
"end": 60,
"ctxt": 0
},
"tagName": "tr",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 30,
"end": 55,
"ctxt": 0
},
"tagName": "td",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 34,
"end": 50,
"ctxt": 0
},
"tagName": "a",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [
{
"type": "Attribute",
"span": {
"start": 37,
"end": 47,
"ctxt": 0
},
"namespace": null,
"prefix": null,
"name": "href",
"value": "foo"
}
],
"children": [
{
"type": "Text",
"span": {
"start": 48,
"end": 50,
"ctxt": 0
},
"value": "br"
}
],
"content": null
}
],
"content": null
}
],
"content": null
}
],
"content": null
}
],
"content": null
},
{
"type": "Element",
"span": {
"start": 8,
"end": 72,
"ctxt": 0
},
"tagName": "a",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [
{
"type": "Attribute",
"span": {
"start": 11,
"end": 22,
"ctxt": 0
},
"namespace": null,
"prefix": null,
"name": "href",
"value": "blah"
}
],
"children": [
{
"type": "Text",
"span": {
"start": 69,
"end": 72,
"ctxt": 0
},
"value": "aoe"
}
],
"content": null
}
],
"content": null
}
],
"content": null
}
]
}