haikuwebkit/LayoutTests/fast/borders/borderRadiusInvalidColor.html

13 lines
279 B
HTML

<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>