initial-value-unit-arithmetic.html (552B)
1 <!DOCTYPE HTML> 2 <title>CSS Properties and Values API: Unit arithmetic in initial value</title> 3 <link rel="help" href="https://drafts.css-houdini.org/css-properties-values-api/#dom-css-registerproperty" /> 4 <link rel="help" href="https://drafts.css-houdini.org/css-properties-values-api/#supported-syntax-strings" /> 5 <script src="/resources/testharness.js"></script> 6 <script src="/resources/testharnessreport.js"></script> 7 <script src="./resources/utils.js"></script> 8 <script> 9 test_initial_value_valid("<length>", "calc(5px * 3px / 6px)"); 10 </script>