From c5aab778cca9b8c579f4241ed76c5dfeac4c8553 Mon Sep 17 00:00:00 2001 From: Andrew Sidwell Date: Thu, 3 Jul 2008 16:57:23 +0000 Subject: Add tree construction tests in anticipation of a test harness. svn path=/trunk/hubbub/; revision=4504 --- test/data/tree-construction/tests4.dat | 58 ++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 test/data/tree-construction/tests4.dat (limited to 'test/data/tree-construction/tests4.dat') diff --git a/test/data/tree-construction/tests4.dat b/test/data/tree-construction/tests4.dat new file mode 100644 index 0000000..0a6174c --- /dev/null +++ b/test/data/tree-construction/tests4.dat @@ -0,0 +1,58 @@ +#data +direct div content +#errors +#document-fragment +div +#document +| "direct div content" + +#data +direct textarea content +#errors +#document-fragment +textarea +#document +| "direct textarea content" + +#data +textarea content with pseudo markup +#errors +#document-fragment +textarea +#document +| "textarea content with pseudo markup" + +#data +this is CDATA inside a