| Index: third_party/WebKit/LayoutTests/http/tests/payments/payment-app-interfaces.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/payments/payment-app-interfaces.html b/third_party/WebKit/LayoutTests/http/tests/payments/payment-app-interfaces.html
|
| index cf1b816aec930e8d96e6aa4a96578c98992c71fa..40a09070c3f9f7a7297a2a4df682e6aee585670b 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/payments/payment-app-interfaces.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/payments/payment-app-interfaces.html
|
| @@ -11,8 +11,5 @@
|
|
|
| test(function() {
|
| assert_own_property(self, 'PaymentManager', 'PaymentManager needs to be exposed as a global.');
|
| -
|
| - assert_own_property(PaymentManager.prototype, 'setManifest');
|
| - assert_own_property(PaymentManager.prototype, 'getManifest');
|
| }, 'PaymentManager should be exposed and have the expected interface in a Document.');
|
| </script>
|
|
|