/[suikacvs]/www/test/dom/ns-resolver/call/instanceof-1.html
Suika

Contents of /www/test/dom/ns-resolver/call/instanceof-1.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Sat Jun 9 14:17:08 2007 UTC (18 years, 1 month ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
In Firefox 1.5 XPathNSResolver is NOT a Function and does NOT have [[call]] property.

1 wakaba 1.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