Raw File
<!doctype html>
<title>Check medium font-size is 16px</title>
<link rel="match" href="medium-font-size-ref.html">
<style>
p {
  font-size: medium;
}
</style>
<p>This text should be 16px
back to top