no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 1563484-ref.html
blobeb7744c6370168e839e20c6f1bf9007c97226b95
1 <!doctype html>
2 <div style="font: message-box">
3 System font text.
4 </div>
5 <script>
6 let el = document.querySelector("div");
7 el.style.fontSize = (2 * parseFloat(getComputedStyle(el).fontSize)) + "px";
8 </script>