summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/847242-1.html
blob: 7672216f744439d088a1691c2e1e379960592d1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
 <head>
   <meta charset="utf-8">
   <style>
    div {
     unicode-bidi: bidi-override;
     direction: rtl;
     text-align: left;
     font-family: monospace;
     font-size: 24px;
     }
   </style>
 </head>
 <body>
   <div>&#x2029;SSAP</div>
 </body>
</html>