/[suikacvs]/www/test/css/selectors/attr/value-case/html-title-1.html
Suika

Contents of /www/test/css/selectors/attr/value-case/html-title-1.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Sat Sep 22 03:47:29 2007 UTC (18 years, 10 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/html
New tests

1 wakaba 1.1 <!DOCTYPE HTML>
2     <html>
3     <head>
4     <title>[title=XX]</title>
5     <style>
6     p {
7     color: green;
8     }
9     [title=UND] {
10     color: red;
11     }
12     </style>
13     </head>
14     <body>
15     <p title=und>XXXXXXXXXX</p>
16     </body>
17     </html>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24