summaryrefslogtreecommitdiff
path: root/test/testcases/tests
Commit message (Collapse)AuthorAgeFilesLines
* Area Element & documentElement minor fixrsk19942014-06-1114-0/+95
|
* Applet Elementrsk19942014-06-1119-0/+84
|
* Param Elementrsk19942014-06-114-0/+0
|
* Object <object> Element.rsk19942014-06-1143-2/+117
|
* Typecasting POC to correct DOMTSHandler. A minor dupliction fixed in Anchor ↵rsk19942014-06-1116-0/+43
| | | | Element. Image <img> Element
* Missed BasefontElement testsrsk19942014-06-112-0/+0
|
* Including Level2 tests & the Basefont Element , also a minor change in ↵rsk19942014-06-1168-1/+168
| | | | level2 basefontElement test
* Anchor <a> elementrsk19942014-06-1114-0/+0
|
* Mod Elementrsk19942014-06-117-0/+0
|
* Font Elementrsk19942014-06-113-92/+98
|
* LI <li> Elementrsk19942014-06-112-0/+0
|
* OList <ol> Elementrsk19942014-06-113-0/+0
|
* Ulist Elementrsk19942014-06-112-0/+0
|
* Label Elementrsk19942014-06-114-0/+0
|
* Br Elementrsk19942014-06-111-0/+0
|
* Pre Elementrsk19942014-06-111-0/+0
|
* QUOTE <q> Elementrsk19942014-06-112-0/+0
|
* H1, H2, H3, H4, H5 & H6 Elementsrsk19942014-06-116-0/+0
|
* Paragraph Elementrsk19942014-06-111-0/+0
|
* Div Elementrsk19942014-06-111-0/+0
|
* Fieldset & Legend Elementsrsk19942014-06-116-0/+0
|
* Menu Elementrsk19942014-05-011-0/+0
|
* Directory Elementrsk19942014-05-011-0/+0
|
* Dlist elementrsk19942014-05-011-0/+0
|
* final patch for adding hr tag to libdomrsk19942014-03-054-0/+0
|
* Disable validation of element and attribute names in HTML DOM treesDaniel Silverstone2012-11-024-0/+0
|
* Merge branch 'tlsa/selectstuff'Michael Drake2012-09-1924-0/+0
|\ | | | | | | | | | | | | 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-1916-0/+0
| |
| * Mostly implement HTMLOptionElement, HTMLSelectElement.John-Mark Bell2012-08-088-0/+0
| | | | | | | | Enable HTMLOptionElement tests that pass.
* | Fix tests and disable test cases where we don't match in signedness.Michael Drake2012-09-1127-0/+0
|/
* Level2: Enable 2 more tests, note one not implemented and three known failuresDaniel Silverstone2012-08-076-0/+0
|
* Enable level2 core test suite, disabling all tests but documentgetelementbyid01Daniel Silverstone2012-08-06284-0/+0
|
* 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-078-0/+0
| | | | 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-072-0/+0
|
* 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-071-0/+0
|
* HTMLFormElement: Initial support, 2 tests now passDaniel Silverstone2012-07-072-0/+0
|
* HTMLTitleElement: Implementation and enabling of testDaniel Silverstone2012-07-071-0/+0
|
* HTMLHeadElement: Support for the element, enable the testDaniel Silverstone2012-07-071-0/+0
|
* HTMLHtmlElement: Add support for version attribute and enable testDaniel Silverstone2012-07-071-0/+0
|
* 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.