/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
- <HTML>
- <HEAD>
- </HEAD>
- <BODY>
- test case for Object and Param tags.
- <OBJECT>
- param element with
- the name attribute, and an illeagal end tag:<BR>
- <PARAM name="name"></PARAM>
- </OBJECT>
- PARAM element out side OBJECT, ignored.
- <PARAM name="nnn" value="vvv"></PARAM>
- </BODY>
- </HTML>