Witold Filipczyk
ecfc2e2bad
[mujs] Try to set prototypes
...
If you know how to fix element.prototype.html test, let me know.
2025-04-05 09:09:29 +02:00
Witold Filipczyk
91a06a4e19
[spidermonkey] Element.append
2025-04-03 18:23:03 +02:00
Witold Filipczyk
7f4a59c3df
[spidermonkey] element.prototype.matches test
...
Added the Element constructor, because it's side effect is
Element.prototype.
2025-03-31 11:58:43 +02:00
Witold Filipczyk
9e1bd5a087
[spidermonkey] document.scripts
2025-03-30 18:21:16 +02:00
Witold Filipczyk
6ea9ab1328
[quickjs] element.onload test is ok
...
Thanks for help quickjs mailing list.
2025-02-25 16:07:27 +01:00
Witold Filipczyk
2457f6a20b
[css] visiblity_hidden test commit. Refs #341
...
It is enabled only for libcss. utf8 characters can be replaced
by more than one NBSP, but is not a big deal. They are invisible.
2025-02-24 15:55:23 +01:00
Witold Filipczyk
66bf753164
[spidermonkey] Set 'this' for onload scripts
2025-02-22 13:29:21 +01:00
Witold Filipczyk
e2864f2feb
[mujs] element.replaceWith
2025-02-17 17:44:38 +01:00
Witold Filipczyk
ae8d43f215
[spidermonkey] element.replaceWith
2025-02-17 17:27:17 +01:00
Witold Filipczyk
9723da814f
[dd] Make DD and DT consistent with links. Refs #368
2025-02-10 19:37:21 +01:00
Witold Filipczyk
cb56c4b18c
[iframes] Handle also iframes without names
...
For nameless iframes assign name -number.
2025-02-08 17:08:09 +01:00
Witold Filipczyk
4f88470fbd
[iframes] function insert_document_into_document
...
iframes are implemented similar to include.
They insert document into document.
TODO: Links must be opened in given iframe instead of the main document.
2025-02-07 17:53:40 +01:00
Witold Filipczyk
70f747a420
[iframe] Temporary changes
2025-02-04 16:41:47 +01:00
Witold Filipczyk
af565afb69
[meson] --no-home 1 in js tests
...
To avoid influence of allow or disallow.txt.
2025-01-19 16:21:22 +01:00
Witold Filipczyk
4b979b47ed
[meson] Try to set TERM=dumb for js tests. Refs #361
2025-01-13 19:48:31 +01:00
Witold Filipczyk
2aed70baf5
[html] line break after footer and header. Refs #347
2024-12-29 14:35:10 +01:00
Witold Filipczyk
c63931e067
[html] Add line break after aside, figure, figcaption and section. Refs #347
2024-12-29 13:40:45 +01:00
Witold Filipczyk
004d483afd
[html] display: none for custom element. Refs #341
2024-12-04 18:13:25 +01:00
Witold Filipczyk
4af513bbbf
[test] sample file for display: none
...
Custom, non-standard, elements are not handled properly.
2024-12-04 16:01:16 +01:00
Witold Filipczyk
a9c89c0f6c
[spidermonkey] Image.width and Image.height in constructor
2024-11-16 18:39:43 +01:00
Witold Filipczyk
a3571e6a91
[test] extended test for Image
...
It fails.
2024-11-16 18:06:12 +01:00
Witold Filipczyk
efc7049120
[js] test case new Image
2024-11-15 18:49:56 +01:00
Witold Filipczyk
6dcc6f469b
[js] test case for new DocumentFragment
2024-11-15 15:12:37 +01:00
Witold Filipczyk
4e13f17d82
[js] test case for new Document
2024-11-14 15:28:02 +01:00
Witold Filipczyk
166f58b9c0
[meson] meson.source_root() -> meson.project_source_root()
2024-10-21 12:32:58 +02:00
Witold Filipczyk
9c03006bc4
[test] document.currentScript.html
2024-10-18 18:17:05 +02:00
Witold Filipczyk
426ce3fd6f
[quickjs] Pass getElementsByClassName_2
2024-10-15 17:15:58 +02:00
Witold Filipczyk
2436774bf2
[test] test case getElementsByClassName ...
2024-10-14 19:49:24 +02:00
Witold Filipczyk
5fe7ef2a94
[test] fragment.firstChild.html
2024-10-13 17:38:24 +02:00
Witold Filipczyk
aa1622260d
[test] [1] instead of item(1) in getElementsByClassName
...
When searching docs it is meaningful.
2024-10-02 20:30:36 +02:00
Witold Filipczyk
cc52e5a168
[js] Added background-clip to mujs and quickjs
...
To be consistent with spidermonkey
2024-09-30 19:31:47 +02:00
Witold Filipczyk
9597051fcc
[test] fragment.hasChildNodes
2024-09-29 18:15:34 +02:00
Witold Filipczyk
2ec72fa89f
[mujs] added fragment.appendChild test case
2024-09-27 17:17:40 +02:00
Witold Filipczyk
3ab04479fe
[refactor] test/ecmascript -> test/js
2024-09-24 21:43:10 +02:00
Witold Filipczyk
c7489edcf5
[test] test cases for integrity checks
2024-09-23 21:04:43 +02:00
Witold Filipczyk
c22b63b857
[spidermonkey] URLSearchparams constructor with array or object
2024-09-22 15:11:00 +02:00
Witold Filipczyk
1de2de8b1c
[test] getAttribute(null) === null
2024-09-19 19:10:26 +02:00
Witold Filipczyk
e20bf0fc07
[mujs] Node constants
2024-09-14 10:44:53 +02:00
Witold Filipczyk
b5eb791ec4
[test] node.ELEMENT_NODE
2024-09-14 09:49:28 +02:00
Witold Filipczyk
4dcae237a3
[spidermonkey] "verified" list of DocumentFragment functions
...
Some might be missing, but removed really unused.
2024-09-12 15:43:31 +02:00
Witold Filipczyk
8c1d5dbb29
[quickjs] test for fragment.getElementsByTagName
...
undefined
2024-09-09 20:43:59 +02:00
Witold Filipczyk
ab97277031
[test] Missing <html>
2024-09-08 17:43:26 +02:00
Witold Filipczyk
ee9327532a
[test] Typo
2024-09-07 14:39:35 +02:00
Witold Filipczyk
e589ec5ad4
[test] Allow fetching local files
2024-09-07 14:29:45 +02:00
Witold Filipczyk
bee891a7c3
[mujs] document.location and test
2024-08-31 13:46:35 +02:00
Witold Filipczyk
c52510fd9f
[nodelist2] Free nodelist after generating values.
2024-07-23 19:01:50 +02:00
Witold Filipczyk
e7f2d6d908
[tests] 5 seconds was too little
2024-07-16 16:22:34 +02:00
Witold Filipczyk
132c72c123
[test] Rewritten test for fetch to free Promise
2024-07-08 21:32:38 +02:00
Witold Filipczyk
53da0cf2f6
[test] element.href.html
2024-07-07 14:43:38 +02:00
Witold Filipczyk
e8523fc1bf
[test] element.remove
2024-07-06 12:22:28 +02:00