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

Unified Diff: LayoutTests/http/tests/push_messaging/resources/interfaces-worker.js

Issue 935553002: bindings: Fixes push_messaging/interfaces.html test. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/push_messaging/resources/interfaces-worker.js
diff --git a/LayoutTests/http/tests/push_messaging/resources/interfaces-worker.js b/LayoutTests/http/tests/push_messaging/resources/interfaces-worker.js
index 5f54d540c5468f93e5ec5d752bcf9f9e8f5e9c31..f9832695acb0938ff79457454e444587bbf7abea 100644
--- a/LayoutTests/http/tests/push_messaging/resources/interfaces-worker.js
+++ b/LayoutTests/http/tests/push_messaging/resources/interfaces-worker.js
@@ -15,7 +15,7 @@ test(function() {
test(function() {
assert_own_property(self, 'PushManager', 'PushManager needs to be exposed as a global.');
- assert_own_property(registration, 'pushManager', 'PushManager needs to be exposed on the registration.');
+ assert_will_be_idl_attribute(registration, 'pushManager', 'PushManager needs to be exposed on the registration.');
assert_inherits(registration.pushManager, 'subscribe');
assert_inherits(registration.pushManager, 'getSubscription');
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698