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

Contents of /www/test/dom/ns-resolver/call/call-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 () ()</title>
5     <script src="../../../support/result0.js"></script>
6     </head>
7     <body>
8     <p><script type="text/javascript">
9     var r = document.createNSResolver (document.body);
10     document.write ('<code>NSResolver<' + '/code>: <code>');
11     writeResult (r);
12     document.write ('<' + '/code>; <code>NSResolver ("a")<' + '/code>: ');
13     var s = r ('a');
14     writeResult (s);
15     document.write ('<' + '/code>');
16     </script></p>
17     </body>
18     </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24