swc/crates/swc_html_parser/tests/html5lib-tests-fixture/tests4_dat/3.fragment.style.json

20 lines
295 B
JSON

{
"type": "DocumentFragment",
"span": {
"start": 1,
"end": 46,
"ctxt": 0
},
"children": [
{
"type": "Text",
"span": {
"start": 1,
"end": 46,
"ctxt": 0
},
"value": "this is &#x0043;DATA inside a <style> element"
}
]
}