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