summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* HTMLBodyElement: Implementation and test enablingDaniel Silverstone2012-07-226-0/+0
|
* TEST: Enable HTMLOptGroupElement tests ready for implementationDaniel Silverstone2012-07-192-0/+0
|
* TEST: Pre-enable the textarea tests readyDaniel Silverstone2012-07-1815-0/+0
|
* HTMLInputElement: Initial support and test enabling. Some TODOs leftDaniel Silverstone2012-07-0820-0/+0
|
* HTML{{,Button,Select,Form}Element,Document,Element,{,Options}Collection}: ↵Daniel Silverstone2012-07-079-0/+2
| | | | Make buttons work and forms contain their correct buttons
* HTMLMetaElement: Implement, install, enable testsDaniel Silverstone2012-07-074-0/+0
|
* HTMLLinkElement: Implement and enable testsDaniel Silverstone2012-07-079-0/+0
|
* DOMTSHandler.pm: Add casts for method calls, enable two more testsDaniel Silverstone2012-07-073-2/+2
|
* HTMLCollection: Some of the tests are now kfail, one now passesDaniel Silverstone2012-07-075-0/+0
|
* HTMLFormElement: Add basic attributes, enable 5 more testsDaniel Silverstone2012-07-075-0/+0
|
* DOMTSHandler: Enable support for HTMLCollection and enable another form testDaniel Silverstone2012-07-072-0/+4
|
* HTMLFormElement: Initial support, 2 tests now passDaniel Silverstone2012-07-072-0/+0
|
* HTMLTitleElement: Implementation and enabling of testDaniel Silverstone2012-07-072-3/+10
|
* HTMLHeadElement: Support for the element, enable the testDaniel Silverstone2012-07-071-0/+0
|
* DOMTS: Add proper support for assertURIEqualsDaniel Silverstone2012-07-075-18/+159
|
* HTMLHtmlElement: Add support for version attribute and enable testDaniel Silverstone2012-07-071-0/+0
|
* update dom hubbub binding to allow for script controlVincent Sanders2012-07-061-1/+1
|
* CharacterData.delete: Fix this and enable 5 more testsDaniel Silverstone2012-07-055-0/+0
|
* CLEANIN: Remove vim .swp file from struggleybDaniel Silverstone2012-07-051-0/+0
|
* HTMLElement: className is a simple get/set property, enable 29 more tests.Daniel Silverstone2012-07-0429-0/+0
| | | | | | HTMLElement.className means that dynamic conversion looks for class_name and not classname. As such, rename the methods and enable the simple getter/setter methods for the property. As such, another 29 tests pass.
* HTMLElement: 'dir' is a simple get/set. Enable more testsDaniel Silverstone2012-07-0429-0/+0
|
* HTMLElement: lang is a simple get/set. Enable 29 more testsDaniel Silverstone2012-07-0429-0/+0
|
* HTMLElement: title is a simple get/set. Enable 29 more testsDaniel Silverstone2012-07-0429-0/+0
|
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
| | | | svn path=/trunk/libdom/; revision=14005
* Enable 3 HTMLDocument testsDaniel Silverstone2012-03-253-0/+0
| | | | svn path=/trunk/libdom/; revision=13660
* Reenable core test suiteDaniel Silverstone2012-03-241-1/+1
| | | | svn path=/trunk/libdom/; revision=13589
* Enable the HTMLElement tests which passDaniel Silverstone2012-03-2430-1/+1
| | | | svn path=/trunk/libdom/; revision=13588
* Re-disable all known failsDaniel Silverstone2012-03-2496-0/+0
| | | | svn path=/trunk/libdom/; revision=13584
* Re-disable specified value testsDaniel Silverstone2012-03-241-0/+0
| | | | svn path=/trunk/libdom/; revision=13580
* Sort the test indexDaniel Silverstone2012-03-241-1/+1
| | | | svn path=/trunk/libdom/; revision=13577
* More working (or at least running) testsDaniel Silverstone2012-03-2395-0/+0
| | | | svn path=/trunk/libdom/; revision=13564
* More tidyingDaniel Silverstone2012-03-231-1/+1
| | | | svn path=/trunk/libdom/; revision=13563
* Turn on some more working testsDaniel Silverstone2012-03-233-0/+0
| | | | svn path=/trunk/libdom/; revision=13562
* 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-214-21/+14
| | | | svn path=/trunk/libdom/; revision=13316
* Simplify DOMImplementation API by replacing dom_strings with const char *John Mark Bell2010-12-062-19/+8
| | | | svn path=/trunk/libdom/; revision=11024
* Remove bootstrap infrastructure, and just make dom_implementation a stub.John Mark Bell2010-12-052-4/+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
* Suppress strict aliasing warnings when compiling the testsuiteJohn Mark Bell2010-12-051-1/+1
| | | | svn path=/trunk/dom/; revision=11012
* "Enable" the HTML level 1 test suite. All cases fail currentlyDaniel Silverstone2010-12-05638-0/+2
| | | | svn path=/trunk/dom/; revision=11004
* Remove vestigial domts C file and mark all known failures so test suite for ↵Daniel Silverstone2010-12-05110-32/+0
| | | | | | level1/core passes svn path=/trunk/dom/; revision=10998
* Make libdom work again given lack of init/finalise in hubbub and prepare ↵Daniel Silverstone2010-12-0433-382/+142
| | | | | | initial attempt at importing tests into the makefile svn path=/trunk/dom/; revision=10992
* Add incomplete LibDOM example.Michael Drake2010-12-031-1/+1
| | | | svn path=/trunk/dom/; revision=10953
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite ↵John Mark Bell2010-08-263-14/+7
| | | | | | failures. Most importantly, it actually compiles now. svn path=/trunk/dom/; revision=10717
* Some remaining changes.Bo Yang2010-03-151-2/+6
| | | | svn path=/trunk/dom/; revision=10131
* Add the new two interface file for Events module testing.Bo Yang2009-08-142-0/+2060
| | | | svn path=/trunk/dom/; revision=9282
* 1. Find there are indeed two testcases for Events module, so I add support ↵Bo Yang2009-08-143-3/+25
| | | | | | | | | 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
* Make the failed 5 testcases passed in DOMTS Core level2. Bo Yang2009-08-121-1/+1
| | | | svn path=/trunk/dom/; revision=9211
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-1141-4907/+2818
| | | | svn path=/trunk/dom/; revision=9191
* Merge DOMTS tests -- they're causing havoc with review diffs.John Mark Bell2009-07-303060-0/+147514
| | | | svn path=/trunk/dom/; revision=8910