layout/reftests/text/auto-hyphenation-pl-1.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/text/auto-hyphenation-pl-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html lang="pl">
     1.6 +<head>
     1.7 +<meta charset="utf-8">
     1.8 +<title>Polish hyphenation test</title>
     1.9 +<style>
    1.10 +body {
    1.11 +  font-family: "Times New Roman", serif; /* prefer TNR to Times (default) on OS X... */
    1.12 +  -moz-font-feature-settings: 'kern' off; /* ...so that we can disable kerning */
    1.13 +  font-feature-settings: 'kern' off;
    1.14 +}
    1.15 +</style>
    1.16 +</head>
    1.17 +<body>
    1.18 +<div style="width:0pt; -moz-hyphens:auto">
    1.19 +Unikod przypisuje unikalny numer każdemu znakowi,
    1.20 +niezależny od używanej platformy,
    1.21 +programu czy języka.
    1.22 +</div>
    1.23 +</body>
    1.24 +</html>

mercurial