https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 5e0deae225c29ff60a8ab51018e64e282e29cd5b authored by Kent Tamura on 13 April 2018, 04:39:21 UTC
custom-elements: Implement customElements.upgrade().
Tip revision: 5e0deae
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