summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fenced-frame/resources/serviceWorker-navigate-inner-success.html
blob: 4d77d9e9a64afdd4f896b4bcdeed827e702a6fa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<script src="utils.js"></script>
<body>
<script>

(async function() {
  const [navigate_key] = parseKeylist();
  writeValueToServer(navigate_key, 'success');
})();
</script>
</body>