blob: 1c46525001d20f3cc36d6877d2e0fcbd3a1e5137 [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 setAllowPayment = false;
const testCrossOrigin = false;
</script>
<script src=common.sub.js></script>