Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / unmatched-surrogate-pair-expected.html
blob61569ac445fac8226b006333ba953b9f85fa0960
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Tests handling of unmatched surrogate pairs</title>
5 <meta charset="utf8">
6 </head>
7 <body>
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>
11 <br>
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>
16 </body>
17 </html>