| Index: LayoutTests/fast/notifications/notifications-without-permission.html
|
| diff --git a/LayoutTests/fast/notifications/notifications-without-permission.html b/LayoutTests/fast/notifications/notifications-without-permission.html
|
| index 40ae65a66358146a83a04ae11d7fad4b0f395796..e28b3faa5f2c01261fb68502425e6e509c173c1a 100644
|
| --- a/LayoutTests/fast/notifications/notifications-without-permission.html
|
| +++ b/LayoutTests/fast/notifications/notifications-without-permission.html
|
| @@ -10,7 +10,7 @@
|
| function runTests()
|
| {
|
| if (window.testRunner) {
|
| - // NO PERMISSION testRunner.grantWebNotificationPermission("file://");
|
| + testRunner.removeAllWebNotificationPermissions();
|
| testRunner.dumpAsText();
|
| }
|
|
|
| @@ -23,7 +23,7 @@
|
| N.show();
|
| log("FAIL: Should have thrown security exception.");
|
| } catch (e) {
|
| - log("PASS: Exception thrown.");
|
| + log("PASS: Exception thrown: " + e);
|
| }
|
| }
|
| </script>
|
|
|