bidi-parens.html 441 B

123456789101112131415161718
  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>