blob: ff31300e2c5766fd1f34954d938144c2a22c56e2 [file] [log] [blame]
<script>
internals.settings.setCSSVariablesEnabled(true);
</script>
<style>
div {
border-color: green;
border-style: solid;
border-width: -webkit-var(a) -webkit-var(b);
-webkit-var-a: 3px;
-webkit-var-b: 10px
}
</style>
<div>This text should have top and bottom borders of 3px and left and right borders of 10px</div>