swc/crates/swc_html_parser/tests/html5lib-tests-fixture/tests4_dat/2.fragment.textarea.json

20 lines
299 B
JSON

{
"type": "DocumentFragment",
"span": {
"start": 1,
"end": 50,
"ctxt": 0
},
"children": [
{
"type": "Text",
"span": {
"start": 1,
"end": 50,
"ctxt": 0
},
"value": "textarea content with <em>pseudo</em> <foo>markup"
}
]
}