Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / borders / borderRadiusDashed06.html
blob8d660ebc53c820534359c7a3941bac81c1bca0d2
1 <style>
2 div#t {
3 width: 400px;
4 height: 400px;
5 border: dashed rgba(255,0,0,1);
6 border-width: 76px 152px;
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>