summaryrefslogtreecommitdiff
path: root/test/js
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | 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-223-0/+24
|
* Add failing test.Michael Drake2015-10-291-0/+26
| | | | | | | | | | | 1. Add "id" attribute. 2. Remove "ID" attribute. 3. Check id value. In NetSurf it isn't removed, in Firefox it is. There's a case sensitivity/conversion issue somewhere. It the test works when we add/remove with the same case.
* 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
| | | | Currently the second part of the test fails.
* 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
|
* working docuemnt.cookieVincent Sanders2012-11-041-0/+9
|
* implement dom-getElementsByTagName and nodelist and htmlcollectionVincent Sanders2012-11-031-0/+21
|
* add jsstring to jsval conversion macro that copes with null jsstringsVincent Sanders2012-11-031-0/+13
|
* improve testsVincent Sanders2012-11-012-5/+9
|
* make the "none" javascript implmentation specifically disable the scripting ↵Vincent Sanders2012-10-022-0/+15
| | | | option
* fixup jsapi dom interface to include correct html/dom acessor hierachyVincent Sanders2012-08-153-2/+34
|
* add document IDL and test for geteleemntbyidVincent Sanders2012-08-014-1/+30
|
* add another script testVincent Sanders2012-07-313-2/+14
|
* simple script testsVincent Sanders2012-07-307-0/+89