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

Contents of /www/test/css/selectors/attr/value-case/html-align-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>[align=Left]</title>
5     <style>
6     p {
7     color: red;
8     }
9     [align=Left] {
10     color: green;
11     }
12     </style>
13     </head>
14     <body>
15     <p align="left">XXXXXXXXXX</p>
16     </body>
17     </html>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24