summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* TEST generator bug fixrsk19942014-06-1132-5/+9
| | | | Adding Test Cases & DOMTSHandler fix
* Missed inputElement Test files && bubbling and cancelability of generic ↵rsk19942014-06-1113-0/+228
| | | | events & buttonElement tests
* changing size attribute of Input Element to be of type intrsk19942014-06-111-0/+0
|
* OptionElementrsk19942014-06-111-44/+0
|
* Xselect element && disabling IsIndex Elementrsk19942014-06-116-1/+127
|
* Style Elementrsk19942014-06-115-0/+84
|
* Base Elementrsk19942014-06-112-84/+0
|
* tableSectionElement Rev.2 && tableCellElement Rev.4 && tableElement Rev.1 && ↵rsk19942014-06-11116-50/+756
| | | | 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.
* TableSection Element Rev.1rsk19942014-06-1123-108/+193
|
* TableCol Elementrsk19942014-06-1112-0/+0
|
* TableCell Element & possible bug fix on TableCaption ELementrsk19942014-06-1130-0/+0
|
* TableCaption Elementrsk19942014-06-111-0/+0
|
* [Map Element Rev.2(fix)] & [Script Element add]rsk19942014-06-117-0/+0
|
* Map Elementrsk19942014-06-112-44/+0
|
* 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-1117-4/+55
| | | | Element. Image <img> Element
* Missed BasefontElement testsrsk19942014-06-112-0/+0
|
* Including Level2 tests & the Basefont Element , also a minor change in ↵rsk19942014-06-1169-1/+171
| | | | level2 basefontElement test
* Anchor <a> elementrsk19942014-06-1115-0/+1
|
* Mod Elementrsk19942014-06-117-0/+0
|
* Font Elementrsk19942014-06-113-92/+98
|
* LI <li> Elementrsk19942014-06-113-0/+1
|
* OList <ol> Elementrsk19942014-06-113-0/+0
|
* Ulist Elementrsk19942014-06-112-0/+0
|
* Label Elementrsk19942014-06-114-0/+0
|
* Br Elementrsk19942014-06-112-0/+1
|
* 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-055-0/+1
|
* add default action fetcher to binding parametersVincent Sanders2012-12-061-0/+1
|
* make the hubbub binding creation take a parameter struct and return standard ↵Vincent Sanders2012-12-061-2/+10
| | | | error codes
* Change XML Parser API to be more saneDaniel Silverstone2012-11-031-2/+5
|
* Ensure that 'make clean' removes the test INDEXDaniel Silverstone2012-11-031-1/+1
|
* Disable validation of element and attribute names in HTML DOM treesDaniel Silverstone2012-11-024-0/+0
|
* Test index is generated.Michael Drake2012-09-191-628/+0
|
* Merge branch 'tlsa/selectstuff'Michael Drake2012-09-1928-0/+665
|\ | | | | | | | | | | | | 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-1919-0/+37
| |
| * 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-1128-2/+2
| |
* | unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-103-14/+14
|/ | | | fixes. Test suite does not pass