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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/payments/resources/payment-app.js

Issue 2476343002: PaymentApp: Initial implementation for PaymentAppManager.setManifest(). (Closed)
Patch Set: fix lint error Created 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 importScripts('/resources/testharness.js');
2
3 test(function() {
4 assert_idl_attribute(registration, 'paymentAppManager', 'One-shot PaymentApp Manager needs to be exposed on the registration.');
5
6 assert_inherits(registration.paymentAppManager, 'setManifest');
7 assert_inherits(registration.paymentAppManager, 'getManifest');
8 }, 'PaymentAppManager should be exposed and have the expected interface.');
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698