summaryrefslogtreecommitdiff
path: root/tests/test.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.html')
-rw-r--r--tests/test.html28
1 files changed, 0 insertions, 28 deletions
diff --git a/tests/test.html b/tests/test.html
deleted file mode 100644
index 80e106c1..00000000
--- a/tests/test.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<html>
-<head>
- <title>Owl</title>
-
- <!-- Test for searching for rdf:RDF inside some other XML
-
- Note: this is not VALID HTML or XHTML since
- the rdf:RDF element and contents is not allowed here. It
- remains well-formed XML.
- -->
- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:dc="http://purl.org/dc/elements/1.1/">
- <rdf:Description rdf:about="http://example.org/owl.html">
- <dc:title>Monkey Home Page</dc:title>
- <dc:creator>Dave Beckett</dc:creator>
- <dc:description>The monkeys live in the jungle.</dc:description>
- </rdf:Description>
- </rdf:RDF>
-
-</head>
-<body bgcolor="#ffffff">
-
-<h1>Monkeys</h1>
-
-<p>Blah blah blah swinging from trees. Pictures of monkies.</p>
-
-</body>
-</html>