mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
348 B
HTML
15 lines
348 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 style="width:0px; word-wrap:break-word">
|
|
abc
|
|
d̥e̕f̣
|
|
𐐀𐐁𐐂
|
|
</div>
|
|
</body>
|
|
</html>
|