mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[spidermonkey] "verified" list of DocumentFragment functions
Some might be missing, but removed really unused.
This commit is contained in:
parent
0f46877572
commit
4dcae237a3
File diff suppressed because it is too large
Load Diff
@ -12,7 +12,7 @@ function myFunction() {
|
|||||||
console.assert(fr.getElementsByTagName === undefined, 'undefined');
|
console.assert(fr.getElementsByTagName === undefined, 'undefined');
|
||||||
}
|
}
|
||||||
|
|
||||||
console.error('fragment.getElementByTagName.html');
|
console.error('fragment.getElementsByTagName.html');
|
||||||
myFunction();
|
myFunction();
|
||||||
console.exit();
|
console.exit();
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user