summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/portals/xfo/resources/xfo-deny.asis
blob: 7779830852a3da3b3776043dfe9396bd6457f59f (plain)
1
2
3
4
5
6
7
8
HTTP/1.1 200 OK
Content-Type: text/html
X-Frame-Options: DENY

<!DOCTYPE html>
<script>
window.portalHost.postMessage('loaded', '*');
</script>