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
initial-color.html
<!doctype html>
<title>Initial color is black</title>
<link rel="match" href="initial-color-ref.html">
<style>
html {
  background: white;
}
</style>
<p>The text should be black
back to top