blob: 7ed81a98a3447ad6eab468fb7d9286d0e129002f [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>CSS 2.1 Test Suite: Keywords</title>
<link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#keywords">
<style type="text/css">
p.one, p.two { width: 10em; border: medium solid; }
p.two { width: "auto"; }
</style>
</head>
<body>
<p>The next two paragraphs should look identical:</p>
<p class="one">Test.</p>
<p class="two">Test.</p>
</body>
</html>