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="about:blank" allow="payment"></iframe> |
| 11 <iframe id="f2" src="about:blank" allowpaymentrequest allow="payment"></iframe> |
| 12 <iframe id="f3" src="about:blank" allowpaymentrequest></iframe> |
| 13 <iframe id="f4" src="resources/feature-policy-payment-relocate-disabled.html" al
low="payment"></iframe> |
| 14 <iframe id="f5" src="resources/feature-policy-payment-relocate-disabled.html" al
lowpaymentrequest allow="payment"></iframe> |
| 15 <iframe id="f6" src="resources/feature-policy-payment-relocate-enabled.html" all
owpaymentrequest></iframe> |
| 16 <script> |
| 17 document.getElementById("f1").src = "http://localhost:8000/feature-policy/resour
ces/feature-policy-payment-enabled.html"; |
| 18 document.getElementById("f2").src = "http://localhost:8000/feature-policy/resour
ces/feature-policy-payment-enabled.html"; |
| 19 document.getElementById("f3").src = "http://localhost:8000/feature-policy/resour
ces/feature-policy-payment-enabled.html"; |
| 20 </script> |
OLD | NEW |