layout/reftests/text/auto-hyphenation-pl-1-ref.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="white-space:pre-wrap;">Uni-
    16 kod
    17 przy-
    18 pi-
    19 su-
    20 je
    21 uni-
    22 kal-
    23 ny
    24 nu-
    25 mer
    26 każ-
    27 de-
    28 mu
    29 zna-
    30 ko-
    31 wi,
    32 nie-
    33 za-
    34 leż-
    35 ny
    36 od
    37 uży-
    38 wa-
    39 nej
    40 plat-
    41 for-
    42 my,
    43 pro-
    44 gra-
    45 mu
    46 czy
    47 ję-
    48 zy-
    49 ka.
    50 </div>
    51 </body>
    52 </html>

mercurial