summaryrefslogtreecommitdiff
path: root/test/testcases/tests/level3/core/files/canonicalform04.xhtml
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-07-30 11:06:01 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-07-30 11:06:01 +0000
commit8f547c7bd349e0dc905e0dc5f32edbf1e01061ce (patch)
tree0ba575c11b1875b638324194e16ebda4586baec8 /test/testcases/tests/level3/core/files/canonicalform04.xhtml
parente3eae8836e177220d556868e4fa7741c00b2d729 (diff)
downloadlibdom-8f547c7bd349e0dc905e0dc5f32edbf1e01061ce.tar.gz
libdom-8f547c7bd349e0dc905e0dc5f32edbf1e01061ce.tar.bz2
Merge DOMTS tests -- they're causing havoc with review diffs.
svn path=/trunk/dom/; revision=8910
Diffstat (limited to 'test/testcases/tests/level3/core/files/canonicalform04.xhtml')
-rw-r--r--test/testcases/tests/level3/core/files/canonicalform04.xhtml13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/testcases/tests/level3/core/files/canonicalform04.xhtml b/test/testcases/tests/level3/core/files/canonicalform04.xhtml
new file mode 100644
index 0000000..53a51ca
--- /dev/null
+++ b/test/testcases/tests/level3/core/files/canonicalform04.xhtml
@@ -0,0 +1,13 @@
+<!DOCTYPE html [
+<!ATTLIST div id ID #IMPLIED>
+<!ATTLIST div class NMTOKENS #IMPLIED>
+]>
+<html xmlns="http://www.w3.org/1999/xhtml"><head><title>canonicalform04</title></head><body onload="parent.loadComplete()">
+ <em>First line&#x0d;&#10;Second line</em>
+ <acronym>&#x32;</acronym>
+ <code><![CDATA[value>"0" && value<"10" ?"valid":"error"]]></code>
+ <code title='value>"0" &amp;&amp; value&lt;"10" ?"valid":"error"'>valid</code>
+ <div title=' &apos; &#x20;&#13;&#xa;&#9; &apos; '/>
+ <div class=' A &#x20;&#13;&#xa;&#9; B '/>
+ <div id=' &apos; &#x20;&#13;&#xa;&#9; &apos; '/>
+</body></html>