Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / borders / borderRadiusDouble07.html
blob565c40254c269a327e01afa7ce35ab29eaaa567c
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: 108px / 54px;
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>