/[suikacvs]/www/test/dom/style-sheet/css-text/style-set-1.html
Suika

Contents of /www/test/dom/style-sheet/css-text/style-set-1.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Tue May 8 13:04:18 2007 UTC (18 years, 2 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>&lt;style> StyleSheet.cssText = ''</title>
5 <style type="text/css">
6 p {
7 color: red;
8 }
9 </style>
10 <script src="../../../support/result0.js"></script>
11 </head>
12 <body onload="document.styleSheets[0].cssText = 'p { color: green }'">
13
14 <p>PASS if this text is green.</p>
15
16 </body>
17 </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24