summaryrefslogtreecommitdiff
path: root/test/js/index.html
Commit message (Collapse)AuthorAgeFilesLines
* DOMTokenList: Add support and testing for thisDaniel Silverstone2022-11-271-0/+1
| | | | | | | | | | | | We add both DOMTokenList and DOMSettableTokenList and introduce polyfills for stringifying it until nsgenbind can do that. We also bring in a test to demonstrate all that we have. Note: This does not implement the extra methods that exist according to MDN, we may need a polyfill to bring that up to snuff. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* test/js: Game of LifeDaniel Silverstone2020-05-231-0/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* test/js: Include mandelbrot exampleDaniel Silverstone2020-05-221-0/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Add dom change event testDaniel Silverstone2017-02-051-0/+1
|
* add noscript warning to all tests so it is obvious when js is disabledVincent Sanders2016-02-041-0/+2
|
* Add a couple of general JS tests.Michael Drake2016-01-231-0/+6
| | | | | | | | The primes one prints its execution time: NetSurf without -v: 1300ish with -v: 5000ish Firefox 38.5.0: 300ish
* Tests for body onload behaviourDaniel Silverstone2015-11-221-0/+1
|
* Add .id and .className support to Element along with a testDaniel Silverstone2015-10-251-0/+1
|
* Correct some incorrect error case handling and add tests to demonstrate fixDaniel Silverstone2015-10-211-0/+1
|
* initial js navigator bindingVincent Sanders2015-10-051-0/+6
|
* Improve location implementation to be more completeVincent Sanders2015-09-201-8/+14
|
* Add Node::nodeType to test index.Michael Drake2015-08-111-0/+5
|
* add simple javascript test calling operation with too few arguemntsVincent Sanders2015-08-111-0/+5
|
* Fix constructor injection to use new constructor type, add testDaniel Silverstone2015-08-091-0/+1
|
* add recusion and infinite loop testsVincent Sanders2013-05-221-0/+6
|
* make events work on elementsVincent Sanders2012-12-041-2/+17
|
* add window enumeration testVincent Sanders2012-11-191-0/+1
|
* add enumeration test on the document nodeVincent Sanders2012-11-181-0/+1
|
* implement childElementCountVincent Sanders2012-11-181-0/+1
|
* implement previousElementSibling and nextElementSiblingVincent Sanders2012-11-181-0/+1
|
* implement lastElementChildVincent Sanders2012-11-181-1/+2
|
* more enumeration tests and update test indexVincent Sanders2012-11-161-0/+5
|
* make javascript tests acessible from index and tidy them up a littleVincent Sanders2012-11-091-8/+21
|
* add another javascript testVincent Sanders2012-11-061-0/+4
|
* improve testsVincent Sanders2012-11-011-1/+1
|
* make the "none" javascript implmentation specifically disable the scripting ↵Vincent Sanders2012-10-021-0/+1
| | | | option
* fixup jsapi dom interface to include correct html/dom acessor hierachyVincent Sanders2012-08-151-2/+8
|
* add document IDL and test for geteleemntbyidVincent Sanders2012-08-011-0/+2
|
* add another script testVincent Sanders2012-07-311-1/+2
|
* simple script testsVincent Sanders2012-07-301-0/+17