summaryrefslogtreecommitdiff
path: root/test/DOMTSHandler.pm
Commit message (Collapse)AuthorAgeFilesLines
* Anchor <a> elementrsk19942014-06-111-0/+1
|
* LI <li> Elementrsk19942014-06-111-0/+1
|
* Br Elementrsk19942014-06-111-0/+1
|
* final patch for adding hr tag to libdomRupinder Singh Khokhar2014-03-051-0/+1
|
* Merge branch 'tlsa/selectstuff'Michael Drake2012-09-191-0/+7
|\ | | | | | | | | | | | | Conflicts: include/dom/html/html_select_element.h src/html/html_select_element.c src/html/html_select_element.h
| * Enable HTMLSelectElement testsJohn-Mark Bell2012-09-191-0/+7
| |
* | Fix tests and disable test cases where we don't match in signedness.Michael Drake2012-09-111-2/+2
|/
* HTML{{,Button,Select,Form}Element,Document,Element,{,Options}Collection}: ↵Daniel Silverstone2012-07-071-0/+2
| | | | Make buttons work and forms contain their correct buttons
* DOMTSHandler.pm: Add casts for method calls, enable two more testsDaniel Silverstone2012-07-071-2/+2
|
* DOMTSHandler: Enable support for HTMLCollection and enable another form testDaniel Silverstone2012-07-071-0/+4
|
* HTMLTitleElement: Implementation and enabling of testDaniel Silverstone2012-07-071-3/+10
|
* DOMTS: Add proper support for assertURIEqualsDaniel Silverstone2012-07-071-2/+5
|
* More tidyingDaniel Silverstone2012-03-231-1/+1
| | | | svn path=/trunk/libdom/; revision=13563
* Update various indents so generated C is easier to use gdb onDaniel Silverstone2012-03-231-37/+37
| | | | svn path=/trunk/libdom/; revision=13558
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-8/+3
| | | | svn path=/trunk/libdom/; revision=13316
* Remove bootstrap infrastructure, and just make dom_implementation a stub.John Mark Bell2010-12-051-1/+0
| | | | | | 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-9/+16
| | | | | | initial attempt at importing tests into the makefile svn path=/trunk/dom/; revision=10992
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite ↵John Mark Bell2010-08-261-4/+3
| | | | | | failures. Most importantly, it actually compiles now. svn path=/trunk/dom/; revision=10717
* 1. Find there are indeed two testcases for Events module, so I add support ↵Bo Yang2009-08-141-3/+17
| | | | | | | | | 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 Events module (branches/struggleyb/libdom-events) back to trunk. :)Bo Yang2009-08-131-1/+5
| | | | svn path=/trunk/dom/; revision=9236
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-0/+1541
svn path=/trunk/dom/; revision=9191