1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-06 23:44:43 -04:00
elinks/test
Witold Filipczyk dae3d1cdc4 [test] 1 One 2 Two 3 Three
Now is:
1
2
3
One
Two
Three

but ought to be:
1
One
2
Two
3
Three
2022-12-28 19:38:19 +01:00
..
cgi [python3] big_file.cgi ported to Python3. Refs #38 2020-01-03 20:20:43 +01:00
css The last test commit. 2012-05-27 19:42:43 +02:00
docbook
ecmascript [test] 1 One 2 Two 3 Three 2022-12-28 19:38:19 +01:00
rss
server [ build ] win64 docker env, http server 2022-04-24 09:53:42 +02:00
xbel
backspaces.txt
bigtextarea.html
blockquote2.html [blockquote] More draw_blockquote_chars. Refs #103 2021-03-15 20:20:15 +01:00
blockquote_crash.html [blockquote] Rewritten a bit. Refs #112 2021-03-28 12:14:43 +02:00
color.html
comments.html
fresh.html Cursor down causes wrong rendering. 2017-11-21 21:39:48 +01:00
garbage.html
hello.html [ mingw ] build script and doc 2022-04-23 01:35:02 +02:00
href_tests.html
iframe.html [iframe] / at the end 2021-08-03 17:46:59 +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
li.html Better looking symbols for LI elements. 2010-08-11 21:22:21 +02:00
libtest.sh
longtitle.html
malicious_uris.html
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
ol.html Refactoring: use struct string instead of unsigned char. 2010-09-19 13:56:54 +02:00
portlink.html
README Remove GFDL-licensed test file 2009-07-09 00:11:52 +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
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 [ tests ] remote control test revision 2022-04-23 14:49:51 +02:00
select.html [select] off by two. Refs #88 2021-01-17 21:56:40 +01:00
subsup.html
tabindex.html
tablebg.html
tables.html
target_blank.html
td-width.html
test167.html [test] test case for #167 2022-05-09 13:42:52 +02:00
ul_a_li.html Anchors (all, but first) are not accessible inside <ul>. 2012-06-12 13:40:31 +02:00
underline.html
xmp.html

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 :).