trisquel-icecat/icecat/layout/reftests/bugs/1563484-ref.html

8 lines
214 B
HTML

<!doctype html>
<div style="font: message-box">
System font text.
</div>
<script>
let el = document.querySelector("div");
el.style.fontSize = (2 * parseFloat(getComputedStyle(el).fontSize)) + "px";
</script>