layout/reftests/text/wordbreak-7b-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>
     3   <head>
     4   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     5   <style type="text/css">
     6     @font-face {
     7       font-family: test;
     8       src: url(../fonts/dejavu-sans/DejaVuSans.ttf);
     9     }
    10     body {
    11       font-family: test;
    12       line-height: 1.5em;
    13     }
    14   </style>
    15   <title>Test - word-break: break-all with rtl and diacritics, including ligatures</title>
    16   </head>
    17   <body>
    18     <div>
    19     &#x0648;&#x064E;<br>&#xFEDF;&#x064E;<br>&#xFE8E;<br>
    20     &#x0627;<br>&#xFEDF;<br>&#xFEB4;&#x0651;&#x064E;<br>&#xFEE0;&#x064E;<br>&#xFE8E;<br>&#x0645;&#x064F;<br>
    21     &#xFECB;&#x064E;<br>&#xFEE0;&#x064E;<br>&#xFEF4;&#x0652;<br>&#xFEDC;&#x064F;<br>&#xFEE2;&#x0652;
    22     </div>
    23     <br>
    24     <div>
    25     &#x0648;&#x064E;&#x0644;&#x064E;&#x0627;<br>
    26     &#x0627;&#x0644;&#x0633;&#x0651;&#x064E;&#x0644;&#x064E;&#x0627;&#x0645;&#x064F;<br>
    27     &#x0639;&#x064E;&#x0644;&#x064E;&#x064A;&#x0652;&#x0643;&#x064F;&#x0645;&#x0652;
    28     </div>
    29   </body>
    30 </html>

mercurial