Bug 457358 - need to reset UTF8 converter after it encounters invalid input (pwmgr...
[wine-gecko.git] / layout / reftests / text / cgj-01.html
blobed55f74c3000fe0863e5948635b5c8ca853ee125
1 <!DOCTYPE html>
2 <!-- U+034F Combining Grapheme Joiner test #1.
3 The CGJ should not be visible,
4 nor affect the width of the first cluster. -->
5 <html>
6 <head>
7 <title>CGJ test</title>
8 <meta http-equiv="content-type" content="text/html; charset=utf-8">
9 <style type="text/css">
10 body {
11 font-size: 35px;
13 </style>
14 </head>
15 <body lang="fr">
16 <p>a&#x300;&#x34f;b</p>
17 </body>
18 </html>