Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
michael@0 | 2 | <HTML> |
michael@0 | 3 | <HEAD> |
michael@0 | 4 | <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8"> |
michael@0 | 5 | <TITLE>NIST DOM HTML Test - SELECT</TITLE> |
michael@0 | 6 | </HEAD> |
michael@0 | 7 | <BODY onload="parent.loadComplete()"> |
michael@0 | 8 | <FORM ID="form1" ACTION="./files/getData.pl" METHOD="post"> |
michael@0 | 9 | <P> |
michael@0 | 10 | <SELECT ID="selectId" DIR="ltr" TABINDEX="7" NAME="select1" MULTIPLE="multiple" SIZE="1"> |
michael@0 | 11 | <OPTION SELECTED="selected" value="EMP1">EMP10001</OPTION> |
michael@0 | 12 | <OPTION>EMP10002</OPTION> |
michael@0 | 13 | <OPTION>EMP10003</OPTION> |
michael@0 | 14 | <OPTION>EMP10004</OPTION> |
michael@0 | 15 | <OPTION>EMP10005</OPTION> |
michael@0 | 16 | </SELECT> |
michael@0 | 17 | </P> |
michael@0 | 18 | </FORM> |
michael@0 | 19 | <P> |
michael@0 | 20 | <SELECT NAME="select2"> |
michael@0 | 21 | <OPTION>EMP20001</OPTION> |
michael@0 | 22 | <OPTION>EMP20002</OPTION> |
michael@0 | 23 | <OPTION>EMP20003</OPTION> |
michael@0 | 24 | <OPTION>EMP20004</OPTION> |
michael@0 | 25 | <OPTION>EMP20005</OPTION> |
michael@0 | 26 | </SELECT> |
michael@0 | 27 | </P> |
michael@0 | 28 | <P> |
michael@0 | 29 | <SELECT NAME="select3" DISABLED="disabled" TABINDEX="1"> |
michael@0 | 30 | <OPTION>EMP30001</OPTION> |
michael@0 | 31 | <OPTION>EMP30002</OPTION> |
michael@0 | 32 | <OPTION>EMP30003</OPTION> |
michael@0 | 33 | <OPTION>EMP30004</OPTION> |
michael@0 | 34 | <OPTION>EMP30005</OPTION> |
michael@0 | 35 | </SELECT> |
michael@0 | 36 | </P> |
michael@0 | 37 | </BODY> |
michael@0 | 38 | </HTML> |
michael@0 | 39 | |
michael@0 | 40 | |
michael@0 | 41 | |
michael@0 | 42 | |
michael@0 | 43 | |
michael@0 | 44 |