gecko-dev/layout/reftests/text/hyphenation-control-2-ref.html
2017-03-13 12:54:05 +08:00

23 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>