blob: ea3773ba7b6fc07d874d16355989833ffd2c66c7 [file] [log] [blame]
<!doctype html>
<title>PaymentRequest no attribute same 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': true, 'object': true, 'embed': true};
const setAllowPaymentRequest = false;
const testCrossOrigin = false;
</script>
<script src=common.sub.js></script>