summaryrefslogtreecommitdiff
path: root/test/testcases/tests/level2/html/files/basefont.xhtml
blob: c5fc9b57ec28c8b5a2f56b1044142928b17d0c40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
   PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "xhtml1-transitional.dtd">
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>NIST DOM HTML Test - BaseFont</title>
</head>
<body onload="parent.loadComplete()">
<p>
<basefont color="#000000" face="arial,helvitica" size="4"/>
</p>
</body>
</html>