1
0
Fork 0
firefox/layout/reftests/text/overflowwrap-10.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

14 lines
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&#x0325;e&#x0315;f&#x0323;
&#x10400;&#x10401;&#x10402;
</div>
</body>
</html>