Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / variables / redefinition-expected.html
1 <div style="color: red;">
2 This text should be red.
3 </div>
4 <div id="a" style="color: green;">
5 This text should be green.
6 </div>
7 <div id="b" style="color: blue;">
8 This text should be blue.
9 </div>