graphite-bidi-1-ref.html (386B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <style type="text/css"> 6 @font-face { 7 font-family: test; 8 src: url("../fonts/sil/Scheherazade-BidiBug.woff"); 9 } 10 div { 11 width: 5em; 12 border: 1px solid silver; 13 font-family: test; 14 font-size: 40px; 15 text-align: center; 16 } 17 .b { 18 background: yellow; 19 } 20 </style> 21 </head> 22 <body> 23 <div><span class=b>abc</span></div> 24 </html>