Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / borders / borderRadiusDouble09.html
blob7917a2da02e85cdb3f5b25c10e2dc391e15c3492
1 <style>
2 #t {
3 width: 400px;
4 height: 400px;
5 border: double rgba(255,0,0,1);
6 border-width: 100px 81px;
7 border-radius: 31px / 27px;
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>