blob: d040102b49a966ac4387b36ddcacb040e0ad748c [file] [log] [blame]
<!DOCTYPE html>
<html>
<script>
internals.settings.setCSSVariablesEnabled(true);
</script>
<style>
div {
border-color: green;
border-style: solid;
border-width: -webkit-calc(-webkit-var(a) + 1px);
-webkit-var-a: black;
}
</style>
<div>This text should have the default border width</div>
</html>