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

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

Issue 2677433003: Move DOM conformance tests to dom/legacy_dom_conformance/, part 7/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 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html
3 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
4 "xhtml1-strict.dtd">
5 <html xmlns='http://www.w3.org/1999/xhtml'>
6 <!--
7 Copyright(c) 2001-2004 World Wide Web Consortium,
8 (Massachusetts Institute of Technology, European Research Consortium
9 for Informatics and Mathematics, Keio University). All
10 Rights Reserved. This work is distributed under the W3C(r) Software License [1] in the
11 hope that it will be useful, but WITHOUT ANY WARRANTY; without even
12 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13
14 [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
15 -->
16 <head>
17 <meta http-equiv="Content-Type" content="text/html; charset=UTF- 8"/>
18 <title>implementation</title>
19 <script type='text/javascript' src='selfxhtml.js'></script>
20 <script type='text/javascript' charset='UTF-8' src='hasFeature04 .js'></script>
21 <script type='text/javascript'>function loadComplete() { startTe st(); }</script>
22 </head>
23 <body onload="loadComplete()">
24 </body>
25 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698