chromium/third_party/blink/web_tests/fast/borders/border-radius-wide-border-02.html

<style>
    div#t {
        width: 400px;
        height: 400px;
        border: 26px solid rgba(255,0,0,1);
        border-radius: 40px;
        border-left-color: rgba(0,0,255,1);
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 20px;
        border-top-width: 26px;
        border-bottom-width: 26px;
        border-left-width: 36px;
        border-right-width: 36px;
    }
</style>
<div id="t"></div>