Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
fast
/
css
/
variables
/
simple-cycle.html
blob: 6a8f3fcfc773c1b4bbd1e6e0bc0f2fff62b10ed5 [
file
] [
log
] [
blame
]
<script>
internals
.
settings
.
setCSSVariablesEnabled
(
true
);
</script>
<style>
body
{
-webkit-var-a
:
-webkit-var
(
a
);
color
:
-webkit-var
(
a
);
}
</style>
This test is successful if it does not result in a crash.