summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/webmessaging/multi-globals/support/current-document-domain.sub.html
blob: 1b15f72ca481e640f87f368daa2f8813cd0fb88c (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<meta charset="utf-8">
<title>Current page used as a test helper</title>

<h1>Current</h1>

<script>
"use strict";
document.domain = "{{hosts[][]}}";
</script>