Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / borders / border-image-trumps-radius.html
blobd0b2cfd536db1864c4a9c4a5b0369e0362c14d9e
1 <div style="width: 100px; height: 100px; background-color: red;"></div>
2 <div style="
3 margin-top: -100px;
4 background-color: red;
5 border-radius: 50px;
6 width: 80px;
7 height: 80px;
8 border-width: 10px;
9 border-color: rgba(0, 0, 255, 0.5);
10 -webkit-border-image: -webkit-linear-gradient(green, green) 10 10 10 10;
11 "></div>