Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / variables / variable-chain-expected.html
1 <style>
2 div {
3     color: green;
4 }
5 </style>
6 <div>
7 This text should be green on a white background. There should be no red visible.
8 </div>