mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
340 B
HTML
15 lines
340 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Test - word-wrap: break-word should respect clusters</title>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
a<br>b<br>c<br>
|
|
d̥<br>e̕<br>f̣<br>
|
|
𐐀<br>𐐁<br>𐐂
|
|
</div>
|
|
</body>
|
|
</html>
|