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

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

Issue 1469813004: Address two minor FIXMEs in Push Messaging layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « third_party/WebKit/LayoutTests/http/tests/push_messaging/interfaces.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/push_messaging/resources/interfaces-worker.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/push_messaging/resources/interfaces-worker.js b/third_party/WebKit/LayoutTests/http/tests/push_messaging/resources/interfaces-worker.js
index 66bfa59f4402c50e2c43f177893ee43b724405b3..a28338a31a315fe34c58e290479cec0f1556727a 100644
--- a/third_party/WebKit/LayoutTests/http/tests/push_messaging/resources/interfaces-worker.js
+++ b/third_party/WebKit/LayoutTests/http/tests/push_messaging/resources/interfaces-worker.js
@@ -37,9 +37,9 @@ test(function() {
test(function() {
assert_own_property(self, 'PushSubscription', 'PushSubscription needs to be exposed as a global.');
- // FIXME: Assert existence of the attributes when they are properly
- // exposed in the prototype chain. https://crbug.com/43394
+ assert_own_property(PushSubscription.prototype, 'endpoint');
+ assert_own_property(PushSubscription.prototype, 'getKey');
assert_own_property(PushSubscription.prototype, 'unsubscribe');
}, 'PushSubscription should be exposed and have the expected interface.');
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/push_messaging/interfaces.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698