Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / variables / computed-style-expected.html
1 <style>
2 body {
3     font-weight: bold;
4 }
5 </style>
6 <body>
7 Test passed - computed font weight is bold
8 </body>