Source code

Revision control

Copy as Markdown

Other Tools

Test Info: Warnings

<!DOCTYPE HTML>
<title>CSS Properties and Values API: Unit arithmetic in initial value</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="./resources/utils.js"></script>
<script>
test_initial_value_valid("<length>", "calc(5px * 3px / 6px)");
</script>