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