blob: ec5ae2c404254a664c2536349a21e4546105ed5b [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
div {
font-size: calc(6% + 7ch);
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<div style="font-family: 'Helvetica';">This test passes if there is no crash.</div>
</body>
</html>