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