summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/credential-management/support/set_cookie
blob: 1080b366e4680fe5eb8abb4916360cd4a29eef53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<body>
<script>
// The important part of this page are the headers.

// If this page was opened as a popup, notify the opener.
if (window.opener) {
  window.opener.postMessage("done_loading", "*");
}
</script>
</body>
</html>