| Index: third_party/WebKit/LayoutTests/app_banner/testrunner-resolve-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/app_banner/testrunner-resolve-crash.html b/third_party/WebKit/LayoutTests/app_banner/testrunner-resolve-crash.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..bea62b8a2d0efd87339608391add2e0a31d3f14d
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/app_banner/testrunner-resolve-crash.html
|
| @@ -0,0 +1,8 @@
|
| +<!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>
|
|
|