blob: a4b9a1cd36f80505fab090a2f4797748ead9b69f (
plain)
1
2
3
4
5
6
7
8
9
|
<!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
|