trisquel-icecat/icecat/layout/reftests/text/auto-hyphenation-transformed-1-ref.html
2025-10-06 02:35:48 -06:00

18 lines
311 B
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<title>Test for auto hyphenation with text-transform</title>
</head>
<body>
<div style="width:0px;">
mas&shy;se<br>maße
</div>
<div style="width:0px;">
MAS&shy;SE<br>MASSE
</div>
<div style="width:0px;">
Mas&shy;se<br>Maße
</div>
</body>
</html>