blob: 1426df1a772a777fad946021a90da550a8741a6a [file] [log] [blame]
<!doctype html>
<title>PaymentRequest allowpaymentrequest attribute cross-origin browsing context containers</title>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<div id=log></div>
<script>
const expectSuccess = {'iframe': true, 'frame': false, 'object': false, 'embed': false};
const setAllowPaymentRequest = true;
const testCrossOrigin = true;
</script>
<script src=common.sub.js></script>