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

Side by Side Diff: third_party/WebKit/LayoutTests/dom/html/level2/html/hasFeature03.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//EN"
2 "http://www.w3.org/TR/html4/strict.dtd" >
3 <html>
4 <!--
5 Copyright(c) 2001-2004 World Wide Web Consortium,
6 (Massachusetts Institute of Technology, European Research Consortium
7 for Informatics and Mathematics, Keio University). All
8 Rights Reserved. This work is distributed under the W3C(r) Software License [1] in the
9 hope that it will be useful, but WITHOUT ANY WARRANTY; without even
10 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11
12 [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
13 -->
14 <head>
15 <meta http-equiv="Content-Type" content="text/html; charset=UTF- 8">
16 <title>implementation</title>
17 <script type='text/javascript' src='selfhtml.js'></script>
18 <script type='text/javascript' charset='UTF-8' src='hasFeature03 .js'></script>
19 <script type='text/javascript'>function loadComplete() { startTe st(); }</script>
20 </head>
21 <body onload="loadComplete()">
22 </body>
23 </html>
24
25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698