blob: 7daabc2489da924e5c0f4777e6122237084fe920 [file] [log] [blame]
<!DOCTYPE html>
<html><body>
<!--
This test checks for border coloring in extreme cases.
The two arcs should be colored in green/red and black/blue.
-->
<div style="left: 10px; top: 10px; width: 200px; height: 30px; position: absolute; border: 1px solid black; border-top-color: red; border-top-left-radius: 95%; border-top-right-radius: 5%; border-left-color: green; border-right-color: blue; border-bottom-color: black; border-bottom-right-radius: 95%; border-bottom-left-radius: 5%;"></div>
</body></html>