Skip to content

Commit

Permalink
Create mediaDevices.html
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip authored Oct 10, 2018
1 parent b02e3a6 commit 2634e88
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions quirks/mediaDevices.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!doctype html>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<script>
test(function() {
assert_equals(navigator.mediaDevices.constructor, MediaDevices);
}, 'navigator.mediaDevices.constructor');
</script>

0 comments on commit 2634e88

Please sign in to comment.