Source code
Revision control
Copy as Markdown
Other Tools
<head>
<title>CSS Test: Shorthand Properties (border)</title>
<link rel="reviewer" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> <!-- 2012-06-26 -->
<link rel="match" href="shand-border-000-ref.xht" />
<style type="text/css">
body { background: white; }
span { color: black; }
p { color: red; }
p { border-color: red; }
p { border: medium solid; }
p { color: green; }
</style>
</head>
<body>
<p><span>This text should have a green border.</span></p>
</body>
</html>