/parser/htmlparser/tests/html/bdo001.html

http://github.com/zpao/v8monkey · HTML · 14 lines · 14 code · 0 blank · 0 comment · 0 complexity · ac264cca865d0c0c39ebc6fbd21febe9 MD5 · raw file

  1. <html>
  2. <head>
  3. <title>test BDO tag</title>
  4. </head>
  5. <body>
  6. test BDO, bi directional override <br>
  7. 1normal text in body line 1.
  8. <BDO dir="rtl">
  9. A This text is in BDO
  10. <br> B line 2 in BDO
  11. </BDO>
  12. 2normal text in body line 2.
  13. </body>
  14. </html>