| Index: LayoutTests/http/tests/notifications/notification-properties.html
|
| diff --git a/LayoutTests/http/tests/notifications/notification-properties.html b/LayoutTests/http/tests/notifications/notification-properties.html
|
| index 62fdc3808b8561bc7952b9ae6a29e55125a5d432..38e05362905fb71bb7a4053658d9e66c1f03317f 100644
|
| --- a/LayoutTests/http/tests/notifications/notification-properties.html
|
| +++ b/LayoutTests/http/tests/notifications/notification-properties.html
|
| @@ -10,9 +10,6 @@
|
| // Tests that the Notification object exposes the properties per the
|
| // semantics defined by the specification. When the test is being ran
|
| // manually, grant Notification permission first.
|
| - if (window.testRunner)
|
| - testRunner.clearWebNotificationPermissions();
|
| -
|
| test(function () {
|
| var options = {
|
| dir: "rtl",
|
| @@ -98,4 +95,4 @@
|
| }, 'Checks the properties exposed on the Notification object.');
|
| </script>
|
| </body>
|
| -</html>
|
| +</html>
|
|
|