| Index: third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/feature-policy-payment-disabled.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/feature-policy-payment-disabled.html b/third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/feature-policy-payment-disabled.html
|
| index cfe76f1d7a165c46b5ec695e6d0e4fa2e2e41db3..59ba4ea547aed4d0a40cac22f6fa153302a1762f 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/feature-policy-payment-disabled.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/feature-policy-payment-disabled.html
|
| @@ -1,9 +1,7 @@
|
| <!DOCTYPE html>
|
| -<head>
|
| - <title>Feature-Policy PaymentRequest Disabled</title>
|
| - <script src="/resources/testharness.js"></script>
|
| - <script src="/resources/testharnessreport.js"></script>
|
| -</head>
|
| +<title>Feature-Policy PaymentRequest Disabled</title>
|
| +<script src="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
| <script>
|
| test(function() {
|
| var supportedInstruments = [ { supportedMethods: [ 'visa' ] } ];
|
|
|