<!DOCTYPE html>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script>
test(function() {
testRunner.resolveBeforeInstallPromptPromise('foo');
}, 'Test that calling resolveBeforeInstallPromptPromise does not crash');
</script>