| Index: LayoutTests/http/tests/notifications/service-worker-show-notification-click.html
|
| diff --git a/LayoutTests/http/tests/notifications/service-worker-show-notification-click.html b/LayoutTests/http/tests/notifications/service-worker-show-notification-click.html
|
| index 132e67d3aecd591d74e05e40bc9aef0bfbdc186d..4bcc26dbd3b81c3a6a76bbfbe2916703d2568ed5 100644
|
| --- a/LayoutTests/http/tests/notifications/service-worker-show-notification-click.html
|
| +++ b/LayoutTests/http/tests/notifications/service-worker-show-notification-click.html
|
| @@ -47,7 +47,7 @@
|
| });
|
| }).then(function () {
|
| messagePort.addEventListener('message', function(event) {
|
| - assert_equals(event.data, 'The notification has been clicked on.');
|
| + assert_equals(event.data, 'Clicked on Notification: ' + scope);
|
| test.done();
|
| });
|
|
|
|
|