/[suikacvs]/www/test/css/tokenize/whitespace/idsp/idsp-1.html.u8
Suika

Contents of /www/test/css/tokenize/whitespace/idsp/idsp-1.html.u8

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Thu Aug 23 06:04:29 2007 UTC (19 years ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
New tests

1 wakaba 1.1 <!DOCTYPE HTML>
2     <html>
3     <head>
4     <title>IDSP in CSS Style Sheet</title>
5     <style>
6     #pass {
7     display: inline;
8     color: green;
9     }
10     #fail {
11     display: none;
12     color: red;
13     }
14      #pass {
15     display: none;
16     }
17      #fail {
18     display: inline;
19     }
20     </style>
21     </head>
22     <body>
23     <p id=result><span id=pass>PASS</span><span id=fail>FAIL</span></p>
24     </body>
25     </html>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24