https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 9ad326648f0aa5da41184b47edc51f085e0d6ac0 authored by Karl Tomlinson on 14 July 2015, 16:31:00 UTC
Bug 1137076 - Fix music app crashes when quickly tapping the FF button. r=edwin, a=mahe
Tip revision: 9ad3266
bidi-004-j.html
<!DOCTYPE html>
<!-- Bidi reftest 004-j: rtl text with diacritics and justification -->
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8">
 </head>
  <style type="text/css">
body {
  font-family: Raanana, serif; /* prefer Raanana on OS X for the presentation forms */
  font-size: 24px;
}
  </style>
 <body>
  <p lang="he" style="direction: rtl; text-align: justify;">
  &#x05D1;&#x05BC;&#x05D5;&#x05BC;&#x05E9;&#x05C1;</p>
 </body>
</html>
back to top