Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / roundedrects / input-with-rounded-rect-and-shadow.html
blob5bcd963eedb45652da03d8b26b48f2f9e02c075b
1 <!DOCTYPE html>
2 <style>
4 #target {
5 box-shadow: rgb(170, 170, 170) 0px 1px 1px 0px inset;
6 border-radius: 15px 15px 15px 15px;
7 font: normal normal normal normal 12px/normal 'Helvetica Neue', Helvetica, Arial, sans-serif;
8 padding: 6px 28px 5px 12px;
10 </style>
11 <input id="target"/>