mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
322 B
HTML
15 lines
322 B
HTML
<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>
|