Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Unified Diff: third_party/WebKit/LayoutTests/app_banner/testrunner-resolve-crash.html

Issue 2393513004: Convert app banners to use Mojo. (Closed)
Patch Set: Add TODO Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
index bea62b8a2d0efd87339608391add2e0a31d3f14d..b85ba315d6a72b3284105f89b0bd4f9c3c02b4e2 100644
--- a/third_party/WebKit/LayoutTests/app_banner/testrunner-resolve-crash.html
+++ b/third_party/WebKit/LayoutTests/app_banner/testrunner-resolve-crash.html
@@ -3,6 +3,6 @@
<script src="../resources/testharnessreport.js"></script>
<script>
test(function() {
- testRunner.resolveBeforeInstallPromptPromise(0, 'foo');
+ testRunner.resolveBeforeInstallPromptPromise('foo');
}, 'Test that calling resolveBeforeInstallPromptPromise does not crash');
</script>

Powered by Google App Engine
This is Rietveld 408576698