Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / borders / border-radius-wide-border-02.html
blobc553abe6ac34acb48d1404695bc1abb93be055d6
1 <style>
2 div#t {
3 width: 400px;
4 height: 400px;
5 border: 26px solid rgba(255,0,0,1);
6 border-radius: 40px;
7 border-left-color: rgba(0,0,255,1);
8 -moz-box-sizing: border-box;
9 box-sizing: border-box;
10 margin: 20px;
11 border-top-width: 26px;
12 border-bottom-width: 26px;
13 border-left-width: 36px;
14 border-right-width: 36px;
16 </style>
17 <div id="t"></div>