Revision 7134e5a30bd4c5a033061628c32c80c52e4f49fb authored by James Graham on 28 February 2017, 14:25:01 UTC, committed by James Graham on 28 February 2017, 14:25:01 UTC
1 parent 82dd70b
Raw File
medium-font-size.html
<!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