blob: b85ba315d6a72b3284105f89b0bd4f9c3c02b4e2 [file] [log] [blame]
<!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>