layout/reftests/bidi/612843-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bidi/612843-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +<!DOCTYPE html>
     1.5 +<!-- Tests bidi class of U+070F SYRIAC ABBREVIATION MARK -->
     1.6 +<html>
     1.7 + <head>
     1.8 +  <meta http-equiv="content-type" content="text/html; charset=utf-8">
     1.9 + </head>
    1.10 +  <style type="text/css">
    1.11 +body {
    1.12 +  font-family: serif;
    1.13 +  font-size: 24px;
    1.14 +}
    1.15 +  </style
    1.16 + <body>
    1.17 +  <p dir="rtl" style="unicode-bidi: bidi-override;">&#x661;&#x662;&#x60c;&#x070f;&#x071f;&#x0725;</p>
    1.18 + </body>
    1.19 +</html>

mercurial