darin | ec37548 | 2007-01-06 01:36:24 +0000 | [diff] [blame] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
| 2 | <html> |
| 3 | <head> |
| 4 | <title>CSS 2.1 Test Suite: Keywords</title> |
| 5 | <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#keywords"> |
| 6 | <style type="text/css"> |
| 7 | |
| 8 | p.one, p.two { width: 10em; border: medium solid; } |
| 9 | p.two { width: "auto"; } |
| 10 | |
| 11 | </style> |
| 12 | </head> |
| 13 | <body> |
| 14 | |
| 15 | <p>The next two paragraphs should look identical:</p> |
| 16 | |
| 17 | <p class="one">Test.</p> |
| 18 | <p class="two">Test.</p> |
| 19 | |
| 20 | </body> |
| 21 | </html> |