/[suikacvs]/www/test/dom/link-style/style/style-sheet-1.html
Suika

Contents of /www/test/dom/link-style/style/style-sheet-1.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Tue May 8 12:58:56 2007 UTC (18 years, 6 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>LinkStyle.styleSheet</title>
5     <style type="text/css">
6     #style-test-1 {
7     color: blue;
8     }
9     </style>
10     <script src="../../../support/result0.js"></script>
11     </head>
12     <body>
13    
14     <p><code><code>&lt;style></code>.styleSheet</code> =
15     <script type="text/javascript">
16     var ls = document.getElementsByTagName ('style')[0];
17     writeResult (ls.styleSheet);
18     </script></p>
19    
20     </body>
21     </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24