зеркало из https://github.com/mozilla/gecko-dev.git
13 строки
330 B
HTML
13 строки
330 B
HTML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head><title>Hyphenation test</title></head>
|
|
<!-- check that hyphenation is not applied when language is not specified -->
|
|
<body>
|
|
<div style="width: 5em; hyphens: auto;">
|
|
supercalifragilisticexpialidocious
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|