1
0
Fork 0
elinks/test/ecmascript
Witold Filipczyk 8b1fa5e1ff [mujs] Code related to document "similar" to quickjs and spidermonkey
Also added prototypes for endsWith and startsWith.
2024-05-19 21:08:35 +02:00
..
assert [mujs] Code related to document "similar" to quickjs and spidermonkey 2024-05-19 21:08:35 +02:00
URL.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
accesskey.html ECMAScript: More accessKey tests. 2006-08-20 17:07:26 +03:00
ajax.html [xhr] Added bool option ecmascript.allow_xhr_file 2022-10-31 20:25:32 +01:00
ajax_info.txt [test] test case for ajax taken from w3schools 2022-09-08 17:11:29 +02:00
anchors.html [test] libdom requires name parameter for anchors 2023-04-04 16:47:17 +02:00
appendChild.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
arithmetics.html [js] compatibility with mujs in arithmetics.html 2022-08-25 22:15:28 +02:00
attributes.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
availHeight.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
availHeight_2.html [quickjs] screen 2021-10-18 19:34:11 +02:00
availWidth.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
availWidth_2.html [quickjs] screen 2021-10-18 19:34:11 +02:00
baseURI.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
body.html [test] Updated description. 2022-08-31 15:04:03 +02:00
childElementCount.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
childNodes.html [js] Improved innerHTML. It accepts html now, not only xhtml. 2021-06-08 16:13:09 +02:00
children.html [js] Improved innerHTML. It accepts html now, not only xhtml. 2021-06-08 16:13:09 +02:00
className.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
clearTimeout.html [quickjs] clearTimeout 2021-12-01 19:27:50 +01:00
clickListener.html [click] Added eventListener. It works for these two test cases. 2022-11-07 20:59:19 +01:00
clickListener2.html [mujs] KeyboardEvent 2022-11-11 19:20:24 +01:00
closest.html [test] Example more believeable 2021-12-17 14:12:44 +01:00
console_log.html [smjs] Console log Cleanup 2021-02-22 01:52:56 +01:00
contains.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
dir.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
doctype.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
documentElement.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
documentURI.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
document_replace.html [smjs document replace] rewritten to struct string 2021-02-25 13:40:41 +01:00
document_write.html [ecmascript] Random fixes 2022-11-20 18:09:53 +01:00
document_write2.html [test] document_write2.html copied from w3schools 2021-08-16 21:56:33 +02:00
document_write3.html [test] testcase for document.write. 2022-11-14 17:09:45 +01:00
document_write4.html [test] Another testcase. 2022-11-14 20:19:55 +01:00
document_write5.html [test] 1 One 2 Two 3 Three 2022-12-28 19:38:19 +01:00
domain.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
el_querySelector.html [querySelector] Added to element 2021-10-04 19:47:56 +02:00
el_querySelectorAll.html [querySelector] Added to element 2021-10-04 19:47:56 +02:00
element.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
element_getElementsByTagName.html [mujs] element.getElementsByTagName 2022-12-21 15:47:41 +01:00
firstChild.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
firstElementChild.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
forms.namedItem.html SEE compatibility in forms.namedItem.html. 2007-06-10 15:16:51 +03:00
getAttribute.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
getAttributeNode.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
getElementsByClassName.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
getElementsByName.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
getElementsByTagName.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
hasAttribute.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
hasAttributes.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
hasChildNodes.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
head.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
height.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
height_2.html [quickjs] screen 2021-10-18 19:34:11 +02:00
history.html Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
history_js.html [quickjs] history 2021-10-21 17:17:26 +02:00
images.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
infinite.html [mozjs45] Code is unstable, but at least compiles. 2020-10-23 22:34:58 +02:00
infinite2.html Alternative experimental ECMAScript engine. 2006-01-10 19:17:29 +01:00
inlinescript.html Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
inner.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
innerHTML.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
insertBefore.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
isEqualNode.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
isSameNode.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
keyListener.html [test] bare alert is not functional yet 2023-01-26 18:12:46 +01:00
lang.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
lastChild.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
lastElementChild.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
links.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
local_storage.html [mujs] localStorage 2022-08-07 17:47:21 +02:00
location.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
location_js.html [quickjs] location 2021-10-22 16:10:40 +02:00
matches.html [quickjs] element.matches 2021-11-27 19:27:30 +01:00
menubar.html [quickjs] unibar 2021-10-19 20:49:53 +02:00
namedItem.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
navigator.html [quickjs] navigator 2021-10-20 20:00:19 +02:00
nextElementSibling.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
nextSibling.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
nodeName.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
nodeType.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
nodeValue.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
onclick.html OnClick test 2006-04-30 16:56:40 +02:00
onkeydown.html [spidermonkey] window.event 2023-09-21 17:38:56 +02:00
onload.html Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
ontest.html [ecmascript] Changes related to events (ontest.html) 2023-05-05 13:23:35 +02:00
outer.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
ownerDocument.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
parentElement.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
parentNode.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
previousElementSibling.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
previousSibling.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
protocol.html [js] location.protocol (read) 2021-05-04 20:55:06 +02:00
publicId.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
querySelector.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
querySelector2.html [quickjs] Fixes in querySelector 2021-12-17 15:24:55 +01:00
querySelectorAll.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
remove.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
replaceWith.html [spidermonkey] replaceWith 2022-11-17 21:03:13 +01:00
scripts.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
scroll.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
scroll3.html [quickjs] scroll2.html works 2021-11-12 21:53:31 +01:00
scroll4.html [test] test for 2 setTimeout at the same time 2022-09-07 18:33:45 +02:00
setAttribute.html [test] alert -> window.alert for easier testing 2021-11-10 18:05:35 +01:00
style.html [test] Page for element.style (getter) 2023-09-19 17:30:06 +02:00
systemId.html [quickjs[ fixes in getDoctype 2021-11-10 17:33:59 +01:00
tagName.html [quickjs[ fixes in getDoctype 2021-11-10 17:33:59 +01:00
textContent.html [quickjs[ fixes in getDoctype 2021-11-10 17:33:59 +01:00
title.html [quickjs] remember elements nodes in map. 2021-11-09 18:44:12 +01:00
type.html Add a file for script types testing. 2005-11-02 16:55:15 +01:00
width.html [test] innerText is not supported yet 2023-04-04 14:47:30 +02:00
width_2.html [quickjs] screen 2021-10-18 19:34:11 +02:00