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: LayoutTests/fast/notifications/notification-click.html

Issue 624033003: [WIP] Move Web Notifications to a WebFrame-less code path (Blink). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: current state Created 6 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
« no previous file with comments | « no previous file | LayoutTests/fast/notifications/notification-click-dedicated-worker.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/notifications/notification-click.html
diff --git a/LayoutTests/fast/notifications/notification-click.html b/LayoutTests/fast/notifications/notification-click.html
index e2aaab7c9ab043aefca9c3d75451c52312de26df..f94999bd38426b1dccb3a1a52caa5284e3f820e4 100644
--- a/LayoutTests/fast/notifications/notification-click.html
+++ b/LayoutTests/fast/notifications/notification-click.html
@@ -12,6 +12,7 @@
<div id="console"></div>
<script src="resources/notification-click.js"></script>
<script>
+ var jsTestIsAsync = true;
if (window.testRunner) {
testRunner.grantWebNotificationPermission("file://", true);
testRunner.waitUntilDone();
« no previous file with comments | « no previous file | LayoutTests/fast/notifications/notification-click-dedicated-worker.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698