1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04:00
elinks/test
Miciah Dashiel Butler Masters 874202ef7a Don't fail assertion on 0-second meta-refresh
In start_document_refresh, use register_bottom_half instead of
install_timer if the timeout is 0 because install_timer asserts that it is
given a delay greater than 0.

Add a test case, test/refresh-0timeout.html.  Note that
document.browse.minimum_refresh_time must be set to 0 to reproduce the
assertion failure.
2009-06-18 18:13:25 +00:00
..
cgi Avoid deprecation warning introduced in Python-2.6. 2008-12-06 18:07:07 +01:00
css Remove unclearly licensed test files. 2008-10-03 10:39:12 +03:00
docbook Although aware ELinks doesn't need another sgml/doctype here is DocBook 2006-01-01 23:22:10 +01:00
ecmascript SEE compatibility in forms.namedItem.html. 2007-06-10 15:16:51 +03:00
rss Add an RSS test file 2005-12-30 22:18:22 +01:00
server Merge branch 'elinks-0.12' into elinks-0.13 2008-11-10 00:07:20 +02:00
xbel Add basic stuff for XBEL parsing/highlighting using the DOM engine 2005-12-30 22:19:32 +01:00
backspaces.txt Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
bigtextarea.html Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
color.html Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
comments.html Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
garbage.html Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
GFDL-1.2 test/optgroup.html is under GNU Free Documentation License 2008-09-24 02:08:51 +03:00
href_tests.html Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
image.png Add test/image.png and use it in test/imgmap.html. 2009-01-01 18:35:11 +00:00
imgmap2.html Fix assertion failure if IMG/@usemap refers to a different file. 2009-01-01 19:12:41 +00:00
imgmap.html test: Don't refer to deleted files from imgmap.html. 2009-01-01 18:36:34 +00:00
libtest.sh Move URI normalization to the test library 2006-01-28 15:03:19 +01:00
longtitle.html Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
malicious_uris.html Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
nbsp.html Bug 811: Added test/nbsp.html. 2006-10-15 13:37:27 +03:00
nocache.html Fix process_head to check for cache-control information even if no refresh 2007-09-12 23:33:40 +02:00
optgroup.html Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
portlink.html Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
README test/optgroup.html is under GNU Free Documentation License 2008-09-24 02:08:51 +03:00
refresh2.html Add a simple testcase for missing ; in meta refresh content attribute. 2007-09-14 11:56:55 +02:00
refresh-0timeout.html Don't fail assertion on 0-second meta-refresh 2009-06-18 18:13:25 +00:00
refresh.html Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
refresh+nocache.html Fix process_head to check for cache-control information even if no refresh 2007-09-12 23:33:40 +02:00
remote.sh Add simple script to testing the various features of the -remote option 2006-12-04 21:50:01 +01:00
subsup.html More sub/sup tests. 2005-10-19 23:05:41 +02:00
tabindex.html Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
tablebg.html Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
tables.html Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
target_blank.html Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
td-width.html Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
underline.html Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
xmp.html Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00

This directory contains various weird documents for testing whether we're
parsing and rendering them properly. Frequently, documents are getting added
here when we implement feature needed for their correct presentation or fix bug
occuring inside of these documents. No automated testsuite yet, though.

Possible meaningful content of the documents is completely irrelevant and you
should ignore it. Noone takes any responsibility for it :).

optgroup.html originates from <http://iccl.fi/>.  Ari Sovijärvi kindly
granted us the "GNU free documentation licence" (included in the file
GFDL-1.2).