| Index: LayoutTests/fast/text/unmatched-surrogate-pair-expected.html
 | 
| diff --git a/LayoutTests/fast/text/unmatched-surrogate-pair-expected.html b/LayoutTests/fast/text/unmatched-surrogate-pair-expected.html
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..61569ac445fac8226b006333ba953b9f85fa0960
 | 
| --- /dev/null
 | 
| +++ b/LayoutTests/fast/text/unmatched-surrogate-pair-expected.html
 | 
| @@ -0,0 +1,17 @@
 | 
| +<!DOCTYPE html>
 | 
| +<html>
 | 
| +    <head>
 | 
| +        <title>Tests handling of unmatched surrogate pairs</title>
 | 
| +        <meta charset="utf8">
 | 
| +    </head>
 | 
| +    <body>
 | 
| +        <div>Full codepoint, "🌎". Prints a globe glyph.</div>
 | 
| +        <div>First part of surrogate pair, "�". Should print replacement character and rest of run.</div>
 | 
| +        <div>Second part of surrogate pair, "�". Should print replacement character and rest of run.</div>
 | 
| +        <br>
 | 
| +        <div>Spanning text nodes:</div>
 | 
| +        <div>- First part "��" second part.</div>
 | 
| +        <div>After element.normalize():</div>
 | 
| +        <div>- First part "🌎" second part.</div>
 | 
| +    </body>
 | 
| +</html>
 | 
| 
 |