dom/tests/mochitest/dom-level2-html/files/param.html

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:92ed3c49e20a
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <HTML>
3 <HEAD>
4 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8">
5 <TITLE>NIST DOM HTML Test - PARAM</TITLE>
6 </HEAD>
7 <BODY onload="parent.loadComplete()">
8 <P>
9 <OBJECT>
10 <PARAM NAME="image3" TYPE="image/gif" VALUE="image/file.gif" VALUETYPE="ref">
11 </OBJECT>
12 </P>
13 </BODY>
14 </HTML>

mercurial