mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
287 B
HTML
12 lines
287 B
HTML
|
<!DOCTYPE html>
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head><title>Hyphenation test</title></head>
|
||
|
<!-- style changes don't break hyphenation -->
|
||
|
<body xml:lang="en-us">
|
||
|
<div style="width: 0; -moz-hyphens: auto;">
|
||
|
hy<span style="color:red">phen</span>ation
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|
||
|
|