Parent Directory
|
Revision Log
New tests
| 1 | <!DOCTYPE html> |
| 2 | <html lang="en"> |
| 3 | <head> |
| 4 | <title>LinkStyle.sheet === document.styleSheets[i]</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><style></code>.sheet |
| 15 | === document.styleSheets[<var>i</var>]</code> = |
| 16 | <script type="text/javascript"> |
| 17 | var ds = document.styleSheets[0]; |
| 18 | var ls = document.getElementsByTagName ('style')[0].sheet; |
| 19 | writeResult (ds === ls); |
| 20 | </script></p> |
| 21 | |
| 22 | </body> |
| 23 | </html> |
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |