https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 359eccb6387fbcddabd822041f03649c61215c4e authored by Benjamin C. Wiley Sittler on 12 January 2018, 19:56:25 UTC
Async Cookies API: additional getAll coverage for unprefixed cookies
Tip revision: 359eccb
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