1
0
Fork 0
elinks/test
Witold Filipczyk 8a2e85b73f [dom] keyCodes like in Firefox
KeyboardEvent.keyCode returns 0 in Firefox for test case.
I won't change the test, because elinks relies on libdom API.
2024-05-12 16:51:04 +02:00
..
cgi [python3] big_file.cgi ported to Python3. Refs #38 2020-01-03 20:20:43 +01:00
css [css] line-through 2023-08-25 20:53:26 +02:00
docbook Although aware ELinks doesn't need another sgml/doctype here is DocBook 2006-01-01 23:22:10 +01:00
ecmascript [dom] keyCodes like in Firefox 2024-05-12 16:51:04 +02:00
rss Add an RSS test file 2005-12-30 22:18:22 +01:00
server [ build ] win64 docker env, http server 2022-04-24 09:53:42 +02:00
xbel Add basic stuff for XBEL parsing/highlighting using the DOM engine 2005-12-30 22:19:32 +01:00
README Remove GFDL-licensed test file 2009-07-09 00:11:52 +03: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
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 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
data.html [test] this file when viewed must gnerate temporary file with .svg extension. Refs #261 2023-08-21 14:40:22 +02:00
fresh.html Cursor down causes wrong rendering. 2017-11-21 21:39:48 +01:00
garbage.html Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
hello.html [ mingw ] build script and doc 2022-04-23 01:35:02 +02: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
iframe.html [iframes] Still not functional 2023-06-10 17:57:28 +02:00
image.png Add test/image.png and use it in test/imgmap.html. 2009-01-01 18:35:11 +00:00
imgmap.html test: Don't refer to deleted files from imgmap.html. 2009-01-01 18:36:34 +00:00
imgmap2.html Fix assertion failure if IMG/@usemap refers to a different file. 2009-01-01 19:12:41 +00:00
li.html Better looking symbols for LI elements. 2010-08-11 21:22:21 +02: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
nobold.html [test] Rename bold2.html -> nobold.html 2023-07-20 09:24:33 +02: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 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
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
refresh2.html Add a simple testcase for missing ; in meta refresh content attribute. 2007-09-14 11:56:55 +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
sp.html [test] Test html with spurious line breaks. Refs #248 2023-07-18 19:42:33 +02:00
strike.html [terminal] Strikethrough for <STRIKE> element 2023-08-25 20:10:54 +02: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
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 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

README

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