mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00: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>
|