remove test cases. sorry I ment to do this before the first commit
[reactos.git] / reactos / lib / libxml2 / result / HTML / autoclose2.html.sax
1 SAX.setDocumentLocator()
2 SAX.startDocument()
3 SAX.startElement(html)
4 SAX.startElement(body)
5 SAX.startElement(p)
6 SAX.characters(toto
7 , 5)
8 SAX.endElement(p)
9 SAX.endElement(body)
10 SAX.endElement(html)
11 SAX.endDocument()