Parent Directory
|
Revision Log
New tests
1 | wakaba | 1.1 | <!DOCTYPE html> |
2 | <html lang="en"> | ||
3 | <head> | ||
4 | <title><style> StyleSheet.cssText</title> | ||
5 | <style type="text/css"> | ||
6 | #test-style-1 { | ||
7 | color: blue; | ||
8 | } | ||
9 | </style> | ||
10 | <script src="../../../support/result0.js"></script> | ||
11 | </head> | ||
12 | <body> | ||
13 | |||
14 | <p><code><var>StyleSheet</var> /* <code><style></code | ||
15 | > */ .cssText</code> = | ||
16 | <script type="text/javascript"> | ||
17 | var ds = document.styleSheets[0]; | ||
18 | writeResult (ds.cssText); | ||
19 | </script></p> | ||
20 | |||
21 | </body> | ||
22 | </html> |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |