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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24