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