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

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

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

mercurial