/[suikacvs]/www/test/js/reserved-word/prop-in.html
Suika

Contents of /www/test/js/reserved-word/prop-in.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Sun Apr 27 08:23:29 2008 UTC (17 years, 3 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
More test added (PASS in Fx2, fail in Opera 9, Safari 3, WinIE 7)

1 wakaba 1.1 <!DOCTYPE html>
2     <html lang="en">
3     <head>
4     <title>.in property</title>
5     </head>
6     <body>
7     <script type="text/javascript">
8     var a = {};
9     a.in = 'PASS according to Hixie';
10     document.write ('<p>' + a.in + '</p>');
11     </script>
12     <noscript><p>NOSCRIPT</p></noscript>
13     </body>
14     </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24