summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* DOMTSHandler: Unref nodes in for-each blocksDaniel Silverstone2019-02-161-2/+16
| | | | | | | In order to satisfy (hopefully) the last of the sanitize checks, ensure that we unref nodes during `for-each` iterations. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* DOMTSHandler: Ensure HTMLOptionsCollection is unreffed.Michael Drake2018-08-031-2/+3
|
* Cleanups in the DOMTS should be safeDaniel Silverstone2018-07-291-1/+1
|
* More cleanup for iterating in test suiteDaniel Silverstone2018-07-292-1/+7
|
* Various extra cleanups in list implementation for test suiteDaniel Silverstone2018-07-291-1/+5
|
* Unref nodes properly in foreachDaniel Silverstone2018-07-291-0/+7
|
* Clean up nodes and listsDaniel Silverstone2018-07-291-0/+8
|
* Ensure we clean up if load_html fails in the test runnerDaniel Silverstone2018-07-291-1/+11
|
* Update character data get length property to use dom unsigned longVincent Sanders2015-10-311-1/+1
|
* Update the html table cell element API to use dom_ulong where apropriateVincent Sanders2015-10-256-6/+6
|
* Update the input element API to use dom_ulong where apropriateVincent Sanders2015-10-251-1/+1
|
* Update the image element API to use dom_ulong where apropriateVincent Sanders2015-10-254-4/+4
|
* allow tests to use the unsigned long type for testing dom_ulong interfacesVincent Sanders2015-10-253-1/+10
|
* Make HTMLDList IDL to c name mapping consistantVincent Sanders2015-10-231-0/+1
|
* Make HTMLOList IDL to c name mapping consistantVincent Sanders2015-10-231-0/+1
|
* Testutils: undef assert before useJohn-Mark Bell2015-07-181-0/+1
|
* We don't support making documents through dom internalsRupinder Singh Khokhar2014-07-302-0/+0
|
* Input Element checked on clicking fix and also fixed bubbling and cancelabilityRupinder Singh Khokhar2014-07-181-0/+0
|
* Slight change in interface file & copying a few test filesRupinder Singh Khokhar2014-07-184-0/+138
|
* [HTMLCollection && DOMTSHandler && dtd interface] fixesRupinder Singh Khokhar2014-07-189-1/+49
|
* HTMLCollectionRupinder Singh Khokhar2014-07-1812-204/+2
|
* HTMLDocument Element incomplete & test generator minor fixRupinder Singh Khokhar2014-07-1821-1/+3
|
* Enabling some missed tests. How come were they missed ?! :orsk19942014-07-1818-133/+0
|
* IFrame Elementrsk19942014-06-1113-1/+8
|
* Frame Elementrsk19942014-06-1111-19/+26
|
* FrameSet Elementrsk19942014-06-112-0/+0
|
* 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
|