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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Sat Feb 17 12:27:42 2007 UTC (18 years, 5 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
New tests

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24