Revision 44717d9898b33a7c75defde86c9bd5ca79b61199 authored by Mike West on 19 June 2017, 08:57:41 UTC, committed by Mike West on 19 June 2017, 08:57:41 UTC
2 parent s 4212da4 + a6199c8
Raw File
min-font-size.html
<!doctype html>
<title>Check 1px and 2px font-sizes are different</title>
<link rel="mismatch" href="min-font-size-ref.html">
<style>
p {
  font-size: 1px;
}
</style>
<p>Tiny text
back to top