summaryrefslogtreecommitdiff
path: root/test/testcases/tests/level3/core/files/barfoo_standalone_yes.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'test/testcases/tests/level3/core/files/barfoo_standalone_yes.xhtml')
-rw-r--r--test/testcases/tests/level3/core/files/barfoo_standalone_yes.xhtml26
1 files changed, 26 insertions, 0 deletions
diff --git a/test/testcases/tests/level3/core/files/barfoo_standalone_yes.xhtml b/test/testcases/tests/level3/core/files/barfoo_standalone_yes.xhtml
new file mode 100644
index 0000000..49f389e
--- /dev/null
+++ b/test/testcases/tests/level3/core/files/barfoo_standalone_yes.xhtml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!DOCTYPE html [
+<!ENTITY ent1 'foo'>
+<!ENTITY ent2 'foo<br/>'>
+<!ELEMENT html (head, body)>
+<!ATTLIST html xmlns CDATA #IMPLIED>
+<!ELEMENT head (title,script*)>
+<!ELEMENT title (#PCDATA)>
+<!ELEMENT script (#PCDATA)>
+<!ATTLIST script
+ src CDATA #IMPLIED
+ type CDATA #IMPLIED
+ charset CDATA #IMPLIED>
+<!ELEMENT body (p)>
+<!ATTLIST body onload CDATA #IMPLIED>
+<!ELEMENT p (#PCDATA|br)*>
+<!ELEMENT br EMPTY>
+]>
+<html xmlns='http://www.w3.org/1999/xhtml'>
+<head>
+<title>getXmlStandalone test doc</title>
+</head>
+<body onload="parent.loadComplete()">
+<p>bar</p>
+</body>
+</html>