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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Sat Feb 3 03:51:37 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>&lt;link rel=stylesheet> StyleSheet.cssText</title>
5 <link rel="stylesheet" href="../../../support/test-style-1.css">
6 <script src="../../../support/result0.js"></script>
7 </head>
8 <body>
9
10 <p><code><var>StyleSheet</var> /* <code>&lt;link rel=stylesheet></code
11 > */ .cssText</code> =
12 <script type="text/javascript">
13 var ds = document.styleSheets[0];
14 writeResult (ds.cssText);
15 </script></p>
16
17 </body>
18 </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24