Parent Directory
|
Revision Log
New test
1 | wakaba | 1.1 | <!DOCTYPE html> |
2 | <html lang="en"> | ||
3 | <head> | ||
4 | <title><style> StyleSheet.cssText = '... </style>'</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 { background-color: red } </style> dummy { } p { color: green; background-color: white; }'"> | ||
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 |