| Index: LayoutTests/http/tests/notifications/serviceworkerregistration-document-actions-throw.html
|
| diff --git a/LayoutTests/http/tests/notifications/serviceworkerregistration-document-actions-throw.html b/LayoutTests/http/tests/notifications/serviceworkerregistration-document-actions-throw.html
|
| index a2c050aa31df988e774a9e77a12d40de73106d42..433afa4df9fc50aa44af125741bc4e124801655c 100644
|
| --- a/LayoutTests/http/tests/notifications/serviceworkerregistration-document-actions-throw.html
|
| +++ b/LayoutTests/http/tests/notifications/serviceworkerregistration-document-actions-throw.html
|
| @@ -42,7 +42,7 @@
|
| actions: [{title: ""}]
|
| }).then(unreached_fulfillment(test)).catch(function(error) {
|
| assert_equals(error.name, 'TypeError');
|
| - assert_equals(error.message, 'Notification action titles must not be empty.');
|
| + assert_equals(error.message, "Failed to execute 'showNotification' on 'ServiceWorkerRegistration': Notification action titles must not be empty.");
|
| test.done();
|
| });
|
| }).catch(unreached_rejection(test));
|
|
|