---
source: tests/element.rs
expression: dom
---
{
"treeType": "documentFragment",
"children": [
{
"name": "div",
"variant": "normal",
"attributes": {
"id": "123"
}
},
{
"name": "div",
"variant": "normal",
"attributes": {
"id": "321"
}
}
]
}