layout/reftests/text/wordbreak-7b-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/text/wordbreak-7b-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,30 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +  <head>
     1.7 +  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     1.8 +  <style type="text/css">
     1.9 +    @font-face {
    1.10 +      font-family: test;
    1.11 +      src: url(../fonts/dejavu-sans/DejaVuSans.ttf);
    1.12 +    }
    1.13 +    body {
    1.14 +      font-family: test;
    1.15 +      line-height: 1.5em;
    1.16 +    }
    1.17 +  </style>
    1.18 +  <title>Test - word-break: break-all with rtl and diacritics, including ligatures</title>
    1.19 +  </head>
    1.20 +  <body>
    1.21 +    <div>
    1.22 +    &#x0648;&#x064E;<br>&#xFEDF;&#x064E;<br>&#xFE8E;<br>
    1.23 +    &#x0627;<br>&#xFEDF;<br>&#xFEB4;&#x0651;&#x064E;<br>&#xFEE0;&#x064E;<br>&#xFE8E;<br>&#x0645;&#x064F;<br>
    1.24 +    &#xFECB;&#x064E;<br>&#xFEE0;&#x064E;<br>&#xFEF4;&#x0652;<br>&#xFEDC;&#x064F;<br>&#xFEE2;&#x0652;
    1.25 +    </div>
    1.26 +    <br>
    1.27 +    <div>
    1.28 +    &#x0648;&#x064E;&#x0644;&#x064E;&#x0627;<br>
    1.29 +    &#x0627;&#x0644;&#x0633;&#x0651;&#x064E;&#x0644;&#x064E;&#x0627;&#x0645;&#x064F;<br>
    1.30 +    &#x0639;&#x064E;&#x0644;&#x064E;&#x064A;&#x0652;&#x0643;&#x064F;&#x0645;&#x0652;
    1.31 +    </div>
    1.32 +  </body>
    1.33 +</html>

mercurial