Index: LayoutTests/http/tests/notifications/serviceworkerregistration-document-vibrate-throw.html |
diff --git a/LayoutTests/http/tests/notifications/serviceworkerregistration-document-vibrate-throw.html b/LayoutTests/http/tests/notifications/serviceworkerregistration-document-vibrate-throw.html |
index b7827242c555110f279e48d349dd8aa481595060..7cf8317a9d27d38337720424ea845448b4c84c5a 100644 |
--- a/LayoutTests/http/tests/notifications/serviceworkerregistration-document-vibrate-throw.html |
+++ b/LayoutTests/http/tests/notifications/serviceworkerregistration-document-vibrate-throw.html |
@@ -29,7 +29,7 @@ |
assert_unreached('showNotification() is expected to reject.'); |
}).catch(function(error) { |
assert_equals(error.name, 'TypeError'); |
- assert_equals(error.message, 'Silent notifications must not specify vibration patterns.'); |
+ assert_equals(error.message, "Failed to execute 'showNotification' on 'ServiceWorkerRegistration': Silent notifications must not specify vibration patterns."); |
test.done(); |
}); |