blob: bea62b8a2d0efd87339608391add2e0a31d3f14d [file] [log] [blame]
<!DOCTYPE html>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script>
test(function() {
testRunner.resolveBeforeInstallPromptPromise(0, 'foo');
}, 'Test that calling resolveBeforeInstallPromptPromise does not crash');
</script>