mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
21 lines
505 B
HTML
21 lines
505 B
HTML
<!DOCTYPE html>
|
|
<!-- U+034F Combining Grapheme Joiner test #1.
|
|
The CGJ should not be visible,
|
|
nor affect the width of the first cluster. -->
|
|
<html>
|
|
<head>
|
|
<title>CGJ test</title>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<style type="text/css">
|
|
body {
|
|
font-size: 35px;
|
|
/* prefer Calibri on Win7 to avoid visible CGJ glyph */
|
|
font-family: Calibri, sans-serif;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body lang="fr">
|
|
<p>à͏b</p>
|
|
</body>
|
|
</html>
|