bidi-visible-control-characters.html 545 B

123456789101112
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4. <head>
  5. <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-8">
  6. <title>Internal bidi control characters are visible</title>
  7. </head>
  8. <body>
  9. <p>Since the current default font does not contain bidi control characters, this test needs to be manual. The following paragraph should contain only 3 hebrew characters (and no control characters).</p>
  10. <p style="font-family:Arial;">&#x05d2;&#x05d1;&#x05d0;</p>
  11. </body>
  12. </html>