https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 5f32ba4f5129de8d87c9111d09754820d959ae68 authored by Jonathon Kereliuk on 04 April 2018, 18:16:38 UTC
added testdriver automation
Tip revision: 5f32ba4
medium-font-size.html
<!doctype html>
<title>Check medium font-size is 16px</title>
<link rel="match" href="medium-font-size-ref.html">
<style>
p {
  font-size: medium;
}
</style>
<p>This text should be 16px
back to top