Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / variables / border-width-expected.html
1 <style>
2 div {
3     border-color: green;
4     border-style: solid;
5     border-width: 3px 10px;
6 }
7 </style>
8 <div>This text should have top and bottom borders of 3px and left and right borders of 10px</div>