зеркало из https://github.com/mozilla/gecko-dev.git
15 строки
356 B
HTML
15 строки
356 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Test - overflow-wrap: break-word should respect clusters</title>
|
|
</head>
|
|
<body>
|
|
<div style="width:0px; overflow-wrap:break-word">
|
|
abc
|
|
d̥e̕f̣
|
|
𐐀𐐁𐐂
|
|
</div>
|
|
</body>
|
|
</html>
|