blob: 976ddf8eb0b0aaaf9853517c94136d804e5d932c [file] [log] [blame]
<!DOCTYPE html>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script>
test(function() {
// Test that Gyroscope interface exists
assert_true('Gyroscope' in window);
}, 'Test that the Gyroscope interface is present.');
</script>