Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Unified Diff: LayoutTests/http/tests/notifications/notification-properties.html

Issue 1100163002: Notifications: stop using notifications specific permission methods in LayoutTests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@notifications_testrunner_setpermission
Patch Set: update Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698