/parser/htmlparser/tests/html/param002.html

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

  1. <HTML>
  2. <HEAD>
  3. </HEAD>
  4. <BODY>
  5. test case for Object and Param tags.
  6. <OBJECT>
  7. param element with
  8. the name attribute, and an illeagal end tag:<BR>
  9. <PARAM name="name"></PARAM>
  10. </OBJECT>
  11. PARAM element out side OBJECT, ignored.
  12. <PARAM name="nnn" value="vvv"></PARAM>
  13. </BODY>
  14. </HTML>