Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(194)

Side by Side Diff: third_party/WebKit/LayoutTests/dom/html/level2/html/HTMLOptionElement03.html

Issue 2675803006: Move DOM conformance tests to dom/legacy_dom_conformance/, part 6/8. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <HTML>
3 <HEAD>
4 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8">
5 <TITLE>NIST DOM HTML Test - OPTION</TITLE>
6 <script type='text/javascript' src='selfhtml.js'></script><script charset='UTF-8 ' type='text/javascript' src='HTMLOptionElement03.js'></script><script type='tex t/javascript'>function loadComplete() { startTest(); }</script></HEAD>
7 <BODY onload="loadComplete()">
8 <FORM ID="form1" NAME="form1" ACTION="./files/getData.pl" METHOD="post">
9 <P>
10 <SELECT ID="selectId" DIR="ltr" TABINDEX="7" NAME="select1" MULTIPLE="multiple" SIZE="1">
11 <OPTION SELECTED="selected" value="10001">EMP10001</OPTION>
12 <OPTION LABEL="l1">EMP10002</OPTION>
13 <OPTION>EMP10003</OPTION>
14 <OPTION>EMP10004</OPTION>
15 <OPTION>EMP10005</OPTION>
16 </SELECT>
17 </P>
18 </FORM>
19 <P>
20 <SELECT NAME="select2" disabled="disabled">
21 <OPTION>EMP20001</OPTION>
22 <OPTION>EMP20002</OPTION>
23 <OPTION>EMP20003</OPTION>
24 <OPTION>EMP20004</OPTION>
25 <OPTION DISABLED="disabled">EMP20005</OPTION>
26 </SELECT>
27 </P>
28 </BODY>
29 </HTML>
30
31
32
33
34
35
36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698