summaryrefslogtreecommitdiff
path: root/test/testutils/domtsasserts.c
Commit message (Collapse)AuthorAgeFilesLines
* tableSectionElement Rev.2 && tableCellElement Rev.4 && tableElement Rev.1 && ↵rsk19942014-06-111-0/+4
| | | | tableRowElement Rev.1 && DOMTSHandler(Test Suite) Revised and implemented inefficient ways to produce correct .c's && other minor bg fixes in HTMLCollection... Tests expecting 2nd attribute of dom_html_collection_get_length to be of type int32_t aren't enabled yet. Will be done in a later commit.
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-101-7/+7
| | | | fixes. Test suite does not pass
* DOMTS: Add proper support for assertURIEqualsDaniel Silverstone2012-07-071-12/+140
|
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-5/+5
| | | | svn path=/trunk/libdom/; revision=13316
* Simplify DOMImplementation API by replacing dom_strings with const char *John Mark Bell2010-12-061-18/+7
| | | | svn path=/trunk/libdom/; revision=11024
* Remove bootstrap infrastructure, and just make dom_implementation a stub.John Mark Bell2010-12-051-3/+1
| | | | | | We only support a single implementation, so all the registry and implementation list stuff is totally unnecesary and overcomplex svn path=/trunk/dom/; revision=11017
* Make libdom work again given lack of init/finalise in hubbub and prepare ↵Daniel Silverstone2010-12-041-27/+28
| | | | | | initial attempt at importing tests into the makefile svn path=/trunk/dom/; revision=10992
* 1. Find there are indeed two testcases for Events module, so I add support ↵Bo Yang2009-08-141-0/+7
| | | | | | | | | for them. 2. Change DOMTSHandler to deal with more exceptions and types 3. Add a new test assertion. svn path=/trunk/dom/; revision=9280
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-0/+253
svn path=/trunk/dom/; revision=9191