Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / variables / invalid-shorthand.html
1 <style>
2 div {
3     var-a: 10px solid green;
4     border: 10px var(a) blue;
5 }
6 </style>
7 <div>
8 This text should not be surrounded by a border.
9 </div>