summaryrefslogtreecommitdiffstats
path: root/LayoutTests/dom/xhtml/level2/html/hasFeature03.xhtml
blob: 1f3af0166ed298a695492f60ebfb2eed5db4343a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
   PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   "xhtml1-strict.dtd">
<html xmlns='http://www.w3.org/1999/xhtml'>
<!--
Copyright(c) 2001-2004 World Wide Web Consortium, 
(Massachusetts Institute of Technology, European Research Consortium 
for Informatics and Mathematics, Keio University). All 
Rights Reserved. This work is distributed under the W3C(r) Software License [1] in the 
hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 

[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-->
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
		<title>implementation</title>
		<script type='text/javascript' src='selfxhtml.js'></script>
		<script type='text/javascript' charset='UTF-8' src='hasFeature03.js'></script>
		<script type='text/javascript'>function loadComplete() { startTest(); }</script>
	</head>
	<body onload="loadComplete()">
	</body>
</html>