Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / roundedrects / circle-with-shadow.html
blobf97925b3cd41cce7ee3b954c91a64bf010e4b553
1 <!DOCTYPE html>
2 <style>
3 .circle{
4 width: 300px;
5 height: 300px;
6 border-radius: 51%;
7 box-shadow: black 0 0 1px 1.99px;
9 </style>
10 There should be a ~2px shadow around the circle.
11 <div class="circle"> </div>