Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / borders / borderRadiusDouble06.html
blobfa61b4c3a7d157d2832fa082da24aecb0ef741c6
1 <style>
2 div#t {
3 width: 400px;
4 height: 400px;
5 border: double rgba(255,0,0,1);
6 border-width: 100px 200px;
7 border-radius: 200px / 100px;
8 border-left-color: rgba(0,0,255,1);
9 -moz-box-sizing: border-box;
10 box-sizing: border-box;
11 margin: 20px;
13 </style>
14 <div id="t"></div>