blob: 3f273f0931f9a3548bd7f285b3e7466dcd031d7a [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);
}
</style>
<div>This text should have the default border width</div>
</html>