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

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     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 - FORM</TITLE>
     6 </HEAD>
     7 <BODY onload="parent.loadComplete()">
     8 <FORM ID="form1" ACCEPT-CHARSET="US-ASCII" ACTION="./files/getData.pl" ENCTYPE="application/x-www-form-urlencoded" METHOD="post">
     9 <P>
    10 <TEXTAREA NAME="text1" COLS="20" ROWS="7"></TEXTAREA>
    11 <INPUT TYPE="submit" NAME="submit1" VALUE="Submit" />
    12 <INPUT TYPE="reset" NAME="submit2" VALUE="Reset" />
    13 </P>
    14 </FORM>
    15 </BODY>
    16 </HTML>

mercurial