/[suikacvs]/www/test/dom/element/inner-text/style-set-1.html
Suika

Contents of /www/test/dom/element/inner-text/style-set-1.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Tue May 8 12:54:33 2007 UTC (17 years, 11 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
New test

1 wakaba 1.1 <!DOCTYPE html>
2     <html lang="en">
3     <head>
4     <title>&lt;style>.innerText = ''</title>
5     <style type="text/css">
6     p {
7     color: blue;
8     }
9     </style>
10     </head>
11     <body>
12     <p><button type="button" onclick="
13     document.getElementsByTagName ('style')[0].innerText = 'p { color: green }';
14     ">Click this button</button></p>
15     <p>PASS iff this text becomes <em>green</em>.</p>
16     </body>
17     </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24