4 This test checks for border drawing in extreme border-radius parameters.
5 An arc should be drawn without any discontinuity.
7 <div style=
"left: 10px; top: 10px; width: 300px; height: 15px; position: absolute; border-width: 1px 0px 0px 1px; border-top-style: solid; border-left-style: solid; border-top-color: rgb(0, 170, 170); border-left-color: rgb(0, 170, 170); border-top-left-radius: 100%; border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px;"></div>