swc/crates/swc_html_parser/tests/html5lib-tests-fixture/tests6_dat/29.fragment.frameset.json

24 lines
381 B
JSON

{
"type": "DocumentFragment",
"span": {
"start": 1,
"end": 19,
"ctxt": 0
},
"children": [
{
"type": "Element",
"span": {
"start": 12,
"end": 19,
"ctxt": 0
},
"tagName": "frame",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
}
]
}