mirror of
https://github.com/servo/servo.git
synced 2025-10-09 13:09:25 +01:00
9 lines
180 B
HTML
9 lines
180 B
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
|