Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / variables / calc-invalid-value-expected.html
1 <!DOCTYPE html>
2 <html>
3 <style>
4 div {
5     border-color: green;
6     border-style: solid;
7 }
8 </style>
9 <div>This text should have the default border width</div>
10 </html>