Parent Directory
|
Revision Log
In Firefox 1.5 XPathNSResolver is NOT a Function and does NOT have [[call]] property.
1 | <!DOCTYPE html> |
2 | <html> |
3 | <head> |
4 | <title>createNSResolver () instanceof Function</title> |
5 | </head> |
6 | <body> |
7 | <p><script type="text/javascript"> |
8 | var r = document.createNSResolver (document.body); |
9 | document.write (r instanceof Function); |
10 | </script></p> |
11 | </body> |
12 | </html> |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |