summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Squash more warnings.Michael Drake2016-08-081-3/+3
|
* Tests: Squash some warnings.Michael Drake2016-08-082-6/+6
|
* fix urldb warning and test buildVincent Sanders2016-08-081-2/+9
|
* wrap urldb tests in check harness and add minimal session testVincent Sanders2016-08-082-55/+246
|
* add unit test for user message handlingVincent Sanders2016-08-064-1/+872
|
* add some more bad values to choices file to ensure parser can copeVincent Sanders2016-08-061-0/+11
|
* remove erroneous parameter check to nsoption_snoptionfVincent Sanders2016-08-061-2/+0
| | | | | | The API check and bounds check for option indexes was from an unsigned enum so checking for negative numbers was causing "comparison is always false" errors in compilation.
* fix formatted option no init testVincent Sanders2016-08-061-1/+1
|
* improve option test coverage futherVincent Sanders2016-08-061-2/+62
|
* improve user option testing to cover all the APIVincent Sanders2016-08-063-16/+179
|
* Improve user option testing and API parameter checkingVincent Sanders2016-08-054-44/+578
|
* add tests for utility string handlingVincent Sanders2016-08-042-1/+160
|
* add url escape test for complete garbage inputVincent Sanders2016-08-031-0/+1
|
* Improve percent escaping testing, parameter checking and documentationVincent Sanders2016-08-031-24/+162
|
* Add url percent escape test with minimal test vectorsVincent Sanders2016-07-312-1/+182
|
* URL unescape: return the new length to the caller.Michael Drake2016-07-241-1/+1
| | | | | | | | The avoids situations were we threw away the length, only for the caller to have to strlen the returned string. Note, there seems to be a case of the amiga front end writing beyond end of allocation. Added a TODO for now.
* reduce curl usage to fetcher, url unescaping and time parsingVincent Sanders2016-06-293-10/+8
|
* fix url database test after API header changesVincent Sanders2016-06-141-0/+1
|
* fix test include path to account for public API headersVincent Sanders2016-05-301-1/+1
|
* move bitmap API header to core include directoryVincent Sanders2016-05-261-1/+1
|
* move image content handlers to accomodate core build changesVincent Sanders2016-05-231-1/+1
|
* fix test targetVincent Sanders2016-05-211-1/+1
|
* remove all core usage of warn_user APIVincent Sanders2016-04-262-25/+0
|
* fix urldb test buildVincent Sanders2016-04-171-0/+1
|
* make check library probe faliure silentVincent Sanders2016-04-161-9/+42
|
* 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
|
* Complete hash table tests and clean up ineterface.Vincent Sanders2015-07-122-0/+180
|
* Add initial tests for hash table.Vincent Sanders2015-07-122-9/+161
|
* add some more nsurl compare unit tests to improve coverageVincent Sanders2015-07-101-0/+20
|