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