mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
370f972666
--HG-- rename : layout/reftests/text/auto-hyphenation-10.html => layout/reftests/text/auto-hyphenation-10-ref.html rename : layout/reftests/text/auto-hyphenation-8.html => layout/reftests/text/auto-hyphenation-8-ref.html rename : layout/reftests/text/auto-hyphenation-9.html => layout/reftests/text/auto-hyphenation-9-ref.html
12 lines
241 B
HTML
12 lines
241 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<meta charset="iso-8859-1">
|
|
<!-- check that hyphenation is not applied when language is not specified -->
|
|
<body>
|
|
<div style="width: 5em; -moz-hyphens: none;">
|
|
supercalifragilisticexpialidocious
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|