Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / variables / inline-styles.html
1 <body style="var-a: green;">
2 <div style="color: var(a);">
3 This text should be green on a white background.
4 </div>
5 </body>