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(); |