https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 1ae646cd116c74f2f997d276161e81b29b27b508 authored by kritisingh1 on 15 March 2018, 19:04:07 UTC
removed wrappedJSObject from testharness_marionette_resume.js
Tip revision: 1ae646c
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