blob: 56336c4b2aa6eb1ccf00a662303dcfe850b6e473 [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: 5px;
}
</style>
<div>This text should have the default border width</div>
</html>