From c34dc685f70193728ead525f59d56cdbf116f574 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 4 Nov 2007 03:40:09 +0000 Subject: Make TestObject support both HTML and XML documents and auto-detect which parser to use. Make binding testcase attempt to load an HTML document. Hubbub parser binding constructor takes Aliases file path as a parameter. Hubbub parser binding's token handler now spews debug at stdout. svn path=/trunk/dom/; revision=3648 --- test/data/binding/sample.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/data/binding/sample.html (limited to 'test/data/binding/sample.html') diff --git a/test/data/binding/sample.html b/test/data/binding/sample.html new file mode 100644 index 0000000..a090978 --- /dev/null +++ b/test/data/binding/sample.html @@ -0,0 +1,11 @@ + + + + +This is a title + + +

Here is some text with mismatched bold and italic tags. Here's some more text.

+ + + -- cgit v1.2.3