Revision 1f78ad98ff6caa9eb28c3081e14be8552e88d3d6 authored by Bryce Van Dyk on 17 October 2016, 18:15:09 UTC, committed by ddorwin on 17 October 2016, 18:15:09 UTC
One of the assertions in the test was checking the media keys on a _video2
variable. This test only deals with setting media keys on a single video,
_video, so this appears to be a typo.
1 parent 5c6086b
Raw File
testharness_runner.html
<!doctype html>
<title></title>
<script>
var timeout_multiplier = 1;
var win = null;
</script>
back to top