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

Side by Side Diff: third_party/WebKit/LayoutTests/dom/html/level2/html/HTMLLegendElement01.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 - LEGEND</TITLE>
6 <script type='text/javascript' src='selfhtml.js'></script><script charset='UTF-8 ' type='text/javascript' src='HTMLLegendElement01.js'></script><script type='tex t/javascript'>function loadComplete() { startTest(); }</script></HEAD>
7 <BODY onload="loadComplete()">
8 <FORM ID="form1" ACTION="./files/getData.pl" METHOD="post">
9 <FIELDSET>
10 <LEGEND ACCESSKEY="b" ALIGN="top">Enter Password1:</LEGEND>
11 <INPUT ID="input1" TYPE="password" NAME="Password1"/>
12 </FIELDSET>
13 </FORM>
14 <FIELDSET>
15 <LEGEND ACCESSKEY="c" ALIGN="bottom">Enter Password2:</LEGEND>
16 <INPUT ID="input2" TYPE="password" NAME="Password2"/>
17 </FIELDSET>
18 </BODY>
19 </HTML>
20
21
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698