changeset 44:db0634da0b9c

added XHTML empty tag test
author thomask
date Thu, 14 Oct 2004 10:35:51 +0000
parents 3721550181c6
children 316d45bd07f8
files compile/xhtml_tag_01.html
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/compile/xhtml_tag_01.html	Thu Oct 14 10:35:51 2004 +0000
@@ -0,0 +1,13 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+	<head>
+		<title>dstress: xhtml_tag_01</title>
+		<meta http-equiv="content-type" content="text/xhtml; charset=utf-8" />
+	</head>
+	<body>
+		<p>
+			<code />
+			static assert(0);
+		</p>
+	</body>
+</html>