summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/webmessaging/multi-globals/support/incumbent.html
blob: a06e93c7ab4b35bfc573e2da434f18dd00e4b1d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<meta charset="utf-8">
<title>Incumbent page used as a test helper</title>

<h1>Incumbent</h1>

<script>
"use strict";

window.createMessageChannel = () => {
  return new parent.frames[1].MessageChannel();
};
</script>