Home | History | Annotate | Download | only in ManualTests
      1 <html>
      2 <head>
      3 <style>
      4 .console {
      5     font-family: Arial, Times New Roman
      6 }
      7 </style>
      8 </head>
      9 <body>
     10 <p>This test checks for a regression against <a href="http://bugs.webkit.org/show_bug.cgi?id=3435">3435 Parentheses are backwards in Hebrew text (no bidi mirroring?)</a>.</p>
     11 <p>Success: parentheses encapsulate word.</p>
     12 <p>Failure: parentheses face away from word.</p>
     13 <hr>
     14 <p id="console" dir="rtl">
     15 ()
     16 </p>
     17 </body>
     18 </html>