<!DOCTYPE html>
<meta charset="utf-8">
<title>Maintain correct font-size in ex and ch with zoom</title>
<body style="margin: 0; padding: 0;">
<div style="font-size: 6ex">size should be 6ex</div>
<div style="font-size: 6ch">size should be 6ch</div>
</body>