---
source: tests/element.rs
expression: dom
---
{
"treeType": "documentFragment",
"children": [
{
"name": "style",
"variant": "normal",
"children": [
":root {\n --background-color: black;\n --text-color: white;\n }\n body {\n background: var(--background-color);\n color: var(--text-color);\n }"
]
}
]
}