Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / variables / simple-cycle.html
1 <style>
2 body {
3     var-a: var(a);
4     color: var(a);
5 }
6 </style>
7 This test is successful if it does not result in a crash.