blob: 5a892c6adf0c863dfe24024940abda9c8a2196b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!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 style="width:0px; word-wrap:break-word">
abc
d̥e̕f̣
𐐀𐐁𐐂
</div>
</body>
</html>
|