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