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

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <!DOCTYPE html>
     2 <html lang="pl">
     3 <head>
     4 <meta charset="utf-8">
     5 <title>Polish hyphenation test</title>
     6 <style>
     7 body {
     8   font-family: "Times New Roman", serif; /* prefer TNR to Times (default) on OS X... */
     9   -moz-font-feature-settings: 'kern' off; /* ...so that we can disable kerning */
    10   font-feature-settings: 'kern' off;
    11 }
    12 </style>
    13 </head>
    14 <body>
    15 <div style="width:0pt; -moz-hyphens:auto">
    16 Unikod przypisuje unikalny numer każdemu znakowi,
    17 niezależny od używanej platformy,
    18 programu czy języka.
    19 </div>
    20 </body>
    21 </html>

mercurial