summaryrefslogtreecommitdiff
path: root/test/js
Commit message (Expand)AuthorAgeFilesLines
* DOMTokenList: Add support and testing for thisDaniel Silverstone2022-11-272-0/+30
* test: Use putImageData features in life demoDaniel Silverstone2020-05-241-8/+24
* test/js/life: Support changing the size of the canvasDaniel Silverstone2020-05-231-6/+40
* Tests: NetSurf style for game of life test.Michael Drake2020-05-231-10/+13
* test/js: Game of LifeDaniel Silverstone2020-05-232-0/+123
* test/js: Include mandelbrot exampleDaniel Silverstone2020-05-222-0/+32
* Sleepy JS test, handy to alt+f4 during load to check shutdownDaniel Silverstone2019-06-151-0/+13
* Use console formatting to prove it outDaniel Silverstone2019-05-051-1/+1
* Support script insertion after conversion has begunDaniel Silverstone2019-05-044-0/+42
* Javascript: Support setTimeout and friendsDaniel Silverstone2019-05-031-0/+17
* Tests: Add simple JS test for dynamic layout.Michael Drake2019-05-031-0/+18
* Add dom change event testDaniel Silverstone2017-02-052-0/+18
* Test: Remove duplicate noscript element.Michael Drake2016-02-061-3/+0
* add noscript warning to all tests so it is obvious when js is disabledVincent Sanders2016-02-0448-1/+49
* Add test for document.write() adding a STYLE element.Michael Drake2016-02-021-0/+15
* Test for [TreatNullAs=EmptyString]John-Mark Bell2016-02-011-0/+24
* Add paragraph proto test.Michael Drake2016-02-011-0/+23
* 1 isn't prime.Michael Drake2016-01-231-0/+3
* Add a couple of general JS tests.Michael Drake2016-01-233-0/+113
* Tests for body onload behaviourDaniel Silverstone2015-11-223-0/+24
* Add failing test.Michael Drake2015-10-291-0/+26
* Fix title.Michael Drake2015-10-291-1/+1
* Add binding for DIV element's align getter/setter, and test.Michael Drake2015-10-291-0/+22
* Add .id and .className support to Element along with a testDaniel Silverstone2015-10-252-0/+22
* Correct some incorrect error case handling and add tests to demonstrate fixDaniel Silverstone2015-10-212-0/+24
* Fix up Element to return null rather than undefined, add testsDaniel Silverstone2015-10-213-0/+7
* putforwards test on locationVincent Sanders2015-10-051-0/+13
* initial js navigator bindingVincent Sanders2015-10-052-0/+32
* Improve location implementation to be more completeVincent Sanders2015-09-204-8/+53
* Add Node::nodeType to test index.Michael Drake2015-08-112-1/+6
* Add Node::nodeType test.Michael Drake2015-08-111-0/+33
* add simple javascript test calling operation with too few arguemntsVincent Sanders2015-08-112-0/+16
* Fix constructor injection to use new constructor type, add testDaniel Silverstone2015-08-092-0/+41
* Disambiguate referencesDaniel Silverstone2015-08-091-2/+2
* add recusion and infinite loop testsVincent Sanders2013-05-223-0/+50
* add default property handler for array indexingVincent Sanders2013-01-221-0/+10
* implement document.URL and document.documentURIVincent Sanders2012-12-071-0/+31
* make events work on elementsVincent Sanders2012-12-042-2/+47
* issue click events at domVincent Sanders2012-12-031-4/+6
* improve location interface implementationVincent Sanders2012-11-211-0/+26
* add window enumeration testVincent Sanders2012-11-193-0/+56
* add enumeration test on the document nodeVincent Sanders2012-11-182-0/+27
* implement childElementCountVincent Sanders2012-11-182-0/+12
* implement previousElementSibling and nextElementSiblingVincent Sanders2012-11-182-0/+15
* implement lastElementChildVincent Sanders2012-11-183-1/+13
* more enumeration tests and update test indexVincent Sanders2012-11-163-7/+37
* safely deal with NULL stringsVincent Sanders2012-11-161-0/+6
* add node enumeration testVincent Sanders2012-11-131-0/+21
* make javascript tests acessible from index and tidy them up a littleVincent Sanders2012-11-095-16/+36
* add another javascript testVincent Sanders2012-11-063-0/+83