Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / borders / borderRadiusDouble05.html
blobbac48ad7b2e507198abfa9b8c3503b8ec05e3081
1 <style>
2 #t {
3 width: 400px;
4 height: 400px;
5 border: double rgba(255,0,0,1);
6 border-width: 94px 80px 94px 80px;
7 border-radius: 164px / 82px;
8 border-left-color: rgba(0,0,255,1);
9 border-bottom-color: rgba(0,128,0,0.5);
10 border-right-color: rgba(0,128,0,0.5);
11 -moz-box-sizing: border-box;
12 box-sizing: border-box;
13 margin: 20px;
15 div {
16 margin: 10px 0;
18 </style>
19 <div id="t"></div>