summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/credential-management/support/mark_signedout
blob: d9adcaa762909e0ddef54daa989848169ede25dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<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>