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

Unified Diff: LayoutTests/http/tests/notifications/click-window-focus-document.html

Issue 1262893005: Add NotificationEvent.action property in SW events (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@actions3_fix
Patch Set: Created 5 years, 4 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: LayoutTests/http/tests/notifications/click-window-focus-document.html
diff --git a/LayoutTests/http/tests/notifications/click-window-focus-document.html b/LayoutTests/http/tests/notifications/click-window-focus-document.html
index c37e7e614dbc81e8561cd6a0f5cb57e7a56ff1d7..937aa0251c360e21fd762b9d4e9c510ed32ab0c4 100644
--- a/LayoutTests/http/tests/notifications/click-window-focus-document.html
+++ b/LayoutTests/http/tests/notifications/click-window-focus-document.html
@@ -1,14 +1,14 @@
<!doctype html>
<html>
<head>
- <title>Notifications: Simulating a click should call the onclick event.</title>
+ <title>Notifications: Should be able to focus window in onclick event.</title>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
</head>
<body>
<script>
// Tests that Document-bound notifications are able to focus a window in
- // their onclick event. When the test is being ran manually, grant
+ // their onclick event. When the test is being run manually, grant
// Notification permission and click on the notification.
if (window.testRunner) {
testRunner.setCanOpenWindows();

Powered by Google App Engine
This is Rietveld 408576698