Witold Filipczyk
a9b8dca965
[spidermonkey] window.event
2023-09-21 17:38:56 +02:00
Witold Filipczyk
c7cf135844
[test] Page for element.style (getter)
2023-09-19 17:30:06 +02:00
Witold Filipczyk
80a33fd3ea
[css] line-through
2023-08-25 20:53:26 +02:00
Witold Filipczyk
c9fd41588f
[terminal] Strikethrough for <STRIKE> element
2023-08-25 20:10:54 +02:00
Witold Filipczyk
997bf59a3a
[test] this file when viewed must gnerate temporary file with .svg extension. Refs #261
2023-08-21 14:40:22 +02:00
Witold Filipczyk
4305880128
[test] Rename bold2.html -> nobold.html
2023-07-20 09:24:33 +02:00
Witold Filipczyk
c39bd18b10
[test] b must not be bold. Refs #247
2023-07-20 09:01:46 +02:00
Witold Filipczyk
7cac2ed5c5
[test] Test html with spurious line breaks. Refs #248
2023-07-18 19:42:33 +02:00
Witold Filipczyk
de285144f0
[iframes] Still not functional
...
There are bugs.
For example:
- frames borders are drawn in wrong place
- iframes are not "relative" to the document, they are drawn in the same position of the screen
even when scrolling.
- some elements of screen disappear when going back
- crashes
2023-06-10 17:57:28 +02:00
Witold Filipczyk
fb4d1c9a27
[iframe] Pass document->nlinks to iframe
2023-06-04 21:18:04 +02:00
Witold Filipczyk
2aa34e0f22
[iframe] do not reset current_link
2023-06-04 17:46:22 +02:00
Witold Filipczyk
8ad10015f2
[ecmascript] Changes related to events (ontest.html)
2023-05-05 13:23:35 +02:00
Witold Filipczyk
8533a537d6
[test] libdom requires name parameter for anchors
2023-04-04 16:47:17 +02:00
Witold Filipczyk
cb8f7c8423
[test] innerText is not supported yet
2023-04-04 14:47:30 +02:00
Witold Filipczyk
ed86daabe0
[css] Added experimental libcss code (config option document.css.libcss)
...
Was not tested.
2023-02-28 18:38:33 +01:00
Witold Filipczyk
2ed5c926aa
[test] bare alert is not functional yet
2023-01-26 18:12:46 +01:00
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
Witold Filipczyk
f5ada6b75b
[mujs] element.getElementsByTagName
2022-12-21 15:47:41 +01:00
Witold Filipczyk
7a1c315522
[js] test case for getElementsByTagName
2022-12-21 15:33:07 +01:00
Witold Filipczyk
df28d4345b
[ecmascript] Random fixes
2022-11-20 18:09:53 +01:00
Witold Filipczyk
865f3fa0d0
[ecmascript] Rewritten document.write
...
spidermonkey segfaults on test/ecmascript/document_write.html
quickjs and mujs do not.
2022-11-19 19:24:15 +01:00
Witold Filipczyk
7d8e92703b
Merge branch 'master' into write
2022-11-18 16:45:00 +01:00
Witold Filipczyk
72aa206ff7
[spidermonkey] replaceWith
...
It does not work without assignment in test case, but small progress.
2022-11-17 21:03:13 +01:00
Witold Filipczyk
0bb9593041
[test] replaceWith testscase
2022-11-17 18:41:40 +01:00
Witold Filipczyk
71174f6ddf
[test] Another testcase.
...
Only date must be displayed, without other tags.
2022-11-14 20:19:55 +01:00
Witold Filipczyk
0823d1b64e
[test] testcase for document.write.
...
Date must be displayed in the middle of the page. Between 1 and 2.
2022-11-14 17:09:45 +01:00
Witold Filipczyk
b67ac8926a
[mujs] KeyboardEvent
2022-11-11 19:20:24 +01:00
Witold Filipczyk
c5569ccb27
[ecmascript] Implemented keyboardEvent in spidermonkey code.
...
It does not work well yet.
2022-11-09 19:21:16 +01:00
Witold Filipczyk
56ab960cce
[ecmascript] Added keydown and keyup code for eventListeners.
...
TODO: KeyEvent (keycode etc.)
2022-11-08 19:43:01 +01:00
Witold Filipczyk
d7f4f94a62
[click] Added eventListener. It works for these two test cases.
2022-11-07 20:59:19 +01:00
Witold Filipczyk
3330427738
[ecmascript] onkeyup and onkeydown
2022-11-03 19:30:57 +01:00
Witold Filipczyk
9b895b3681
[test] onkeydown.html
2022-11-03 18:51:00 +01:00
Witold Filipczyk
feca5c4b80
[xhr] Added bool option ecmascript.allow_xhr_file
2022-10-31 20:25:32 +01:00
Witold Filipczyk
924ffc6eae
[test] test case for ajax taken from w3schools
2022-09-08 17:11:29 +02:00
Witold Filipczyk
6a7d8ba7bc
[test] test for 2 setTimeout at the same time
2022-09-07 18:33:45 +02:00
Witold Filipczyk
96c145cc78
[test] Updated description.
2022-08-31 15:04:03 +02:00
Witold Filipczyk
e139426613
[test] Changed description
2022-08-30 16:07:14 +02:00
Witold Filipczyk
a825024f5e
[js] compatibility with mujs in arithmetics.html
2022-08-25 22:15:28 +02:00
Witold Filipczyk
a59ca3fb26
[mujs] localStorage
2022-08-07 17:47:21 +02:00
Witold Filipczyk
75d61e5431
[test] test case for #167
2022-05-09 13:42:52 +02:00
Unknown
4ca38e4f75
[ build ] win64 docker env, http server
2022-04-24 09:53:42 +02:00
Unknown
1048811386
[ build ] added aarch64, testing https server
2022-04-23 20:14:21 +02:00
Unknown
8f749a2766
[ tests ] remote control test revision
2022-04-23 14:49:51 +02:00
Unknown
8fec8a0915
[ mingw ] build script and doc
2022-04-23 01:35:02 +02:00
Witold Filipczyk
8ec96e4f90
[quickjs] Fixes in querySelector
2021-12-17 15:24:55 +01:00
Witold Filipczyk
65a091ee1a
[test] Example more believeable
2021-12-17 14:12:44 +01:00
Witold Filipczyk
e3e7c2cf1a
[ecmascript] querySelector2 example from MDN
2021-12-15 17:53:52 +01:00
Witold Filipczyk
adddbf53fb
[quickjs] clearTimeout
2021-12-01 19:27:50 +01:00
Witold Filipczyk
2e466eaf6a
[quickjs] Element.closest
2021-12-01 16:36:01 +01:00
Witold Filipczyk
17a68b0cfd
[quickjs] element.matches
...
Also change querySelector and querySelectorAll.
They search from current node, not root.
2021-11-27 19:27:30 +01:00