1
0
Fork 0
firefox/layout/reftests/text/hyphenation-control-2-ref.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

22 lines
358 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
code {
display:block;
hyphens:manual;
border: 1px solid black;
}
</style>
</head>
<body lang="en-us">
<code style="width:15ch;">
Supercali-<br />fragilistic-<br />expialidocious
</code>
<br />
<code style="width:15ch;">
Supercali&#x2010;<br />fragilistic&#x2010;<br />expialidocious
</code>
<br />
</body>
</html>