4 <title>Tests handling of unmatched surrogate pairs
</title>
8 <div>Full codepoint,
"🌎". Prints a globe glyph.
</div>
9 <div>First part of surrogate pair,
"�". Should print replacement character and rest of run.
</div>
10 <div>Second part of surrogate pair,
"�". Should print replacement character and rest of run.
</div>
12 <div>Spanning text nodes:
</div>
13 <div>- First part
"��" second part.
</div>
14 <div>After element.normalize():
</div>
15 <div>- First part
"🌎" second part.
</div>