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

Unified Diff: third_party/WebKit/LayoutTests/app_banner/app-banner-event-prompt.html

Issue 2393513004: Convert app banners to use Mojo. (Closed)
Patch Set: Rebase 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/app-banner-event-prompt.html
diff --git a/third_party/WebKit/LayoutTests/app_banner/app-banner-event-prompt.html b/third_party/WebKit/LayoutTests/app_banner/app-banner-event-prompt.html
index f328d6af1343dd8cefe3f6cc938c2cb1eabd973c..9ba299334ed93f509b0a9b070342d9ed65b62e31 100644
--- a/third_party/WebKit/LayoutTests/app_banner/app-banner-event-prompt.html
+++ b/third_party/WebKit/LayoutTests/app_banner/app-banner-event-prompt.html
@@ -114,8 +114,8 @@ function prompt_test(index) {
});
window.addEventListener('beforeinstallprompt', event_handler);
- testRunner.dispatchBeforeInstallPromptEvent(index, ['foo', 'bar'], t.step_func(function(result) {
- testRunner.resolveBeforeInstallPromptPromise(index, test_case.platform);
+ testRunner.dispatchBeforeInstallPromptEvent(['foo', 'bar'], t.step_func(function(result) {
+ testRunner.resolveBeforeInstallPromptPromise(test_case.platform);
}));
// Test that firing prompt() outside of the handler resolves or rejects correctly.

Powered by Google App Engine
This is Rietveld 408576698