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