blob: 767a2d57f0f8e2746671e4e8dd8591722d0cce71 [file] [log] [blame]
<style>
.myDiv {
-webkit-border-radius : 5px;
width: 50px;
color: red;
background-color: lightblue;
border: 3px solid;
}
</style>
This tests that border radius will choose the foreground color when no border color is specified.
<div class="myDiv">test</div>