blob: b67e8a7cf5418448eb4f5a2e56c2360adfd1798a [file] [edit]
<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<style>
* {
width: calc(300deg/2);
width: calc(300rad/2);
width: calc(300grad/2);
width: calc(300turn/2);
width: calc(300ms/2);
width: calc(300s/2);
width: calc(300hz/2);
width: calc(300khz/2);
}
</style>
</head>
<body>
This test passes if it does not crash.
</body>
</html>