fn append_text_node_to_fragment(
    document: &Document,
    fragment: &DocumentFragment,
    text: String
)