blob: 3df6f56768ce305bf1d87c0a3ed72865cf3f0aff [file] [log] [blame]
<body>
<div id='d' style="font-size: 10pt"></div>
10pt =
<script>
//CSSPrimitiveValue.CSS_MM
document.write(document.defaultView.getComputedStyle(document.getElementById('d'), '').getPropertyCSSValue('font-size').getFloatValue(7));
document.write("mm (should be 3.4395833015441895)");
</script>
</body>