Revision e6cffaa6d307ec6ef08102aad9c7a4a1df5b7d53 authored by theodab on 13 April 2018, 19:17:17 UTC, committed by Joey Parrish on 13 April 2018, 19:17:17 UTC
On Edge, navigator.requestMediaKeySystemAccess ignores the value passed along to the label configuration field.  This test exposes that bug.

See https://goo.gl/6SgCRb
1 parent 81bcc8d
Raw File
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