haikuwebkit/LayoutTests/fast/css/unset-keyword-expected.html

11 lines
241 B
HTML

<head>
<style>
body { color: green; background-color:#ccc; }
p { border-left:5px solid black; border-right:5px solid black; }
</style>
</head>
<body>
This text should be green on a grey background and have only side borders.
</body>
</html>