swc/crates/swc_html_parser/tests/html5lib-tests-fixture/tests4_dat.3.fragment_style.output.json

21 lines
356 B
JSON

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