OLD | NEW |
(Empty) | |
| 1 <!DOCTYPE html> |
| 2 <script src="../../resources/testharness.js"></script> |
| 3 <script src="../../resources/testharnessreport.js"></script> |
| 4 <script> |
| 5 if (window.testRunner) { |
| 6 testRunner.dumpAsText(); |
| 7 testRunner.dumpChildFramesAsText(); |
| 8 } |
| 9 </script> |
| 10 <iframe id="f1" src="resources/feature-policy-payment-enabled.html" allow="payme
nt"></iframe> |
| 11 <iframe id="f2" src="http://localhost:8000/feature-policy/resources/feature-poli
cy-payment-enabled.html" allow="payment"></iframe> |
| 12 <iframe id="f3" src="resources/feature-policy-payment-enabled.html" allowpayment
request allow="payment"></iframe> |
| 13 <iframe id="f4" src="http://localhost:8000/feature-policy/resources/feature-poli
cy-payment-enabled.html" allowpaymentrequest allow="payment"></iframe> |
OLD | NEW |