1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00

[spidermonkey] "verified" list of DocumentFragment functions

Some might be missing, but removed really unused.
This commit is contained in:
Witold Filipczyk 2024-09-12 15:43:31 +02:00
parent 0f46877572
commit 4dcae237a3
2 changed files with 54 additions and 913 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@ function myFunction() {
console.assert(fr.getElementsByTagName === undefined, 'undefined');
}
console.error('fragment.getElementByTagName.html');
console.error('fragment.getElementsByTagName.html');
myFunction();
console.exit();
</script>