If you add a DOMElement containing an 'img' tag to a Node, and that node has descendant nodes which also contain DOMElements, those descendant DOMElements simply disappear.
Note that:
- Image type appears to have no impact (tested: .jpg, .png)
- It doesn't matter if the image src URL resolves or not. Even if it 404s (as in these examples), the behavior is identical to properly linked images.
- Hierarchy depth doesn't matter. Everything beneath dies.
- Mesh renderables and the underlying nodes themselves appear completely unaffected.
Examples + source:
Example 1 (works)

Example 2 (broken)

Example 3 (broken)
