summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/cross-origin-opener-policy/reporting/access-reporting/property-postmessage-2.https.html
blob: 4341f245d5c6da6da02a7980aa19cfa6c1828d8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<title> Check openee.postMessage(arg1) access is checked</title>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<script src=/common/get-host-info.sub.js></script>
<script src="/common/utils.js"></script>
<script src="/common/dispatcher/dispatcher.js"></script>
<script src="/html/cross-origin-opener-policy/reporting/resources/reporting-common.js"></script>
<script src="/html/cross-origin-opener-policy/reporting/resources/test-access-property.js"></script>
<script>

testAccessProperty("postMessage", w => w.postMessage(""));

</script>