summaryrefslogtreecommitdiffstats
path: root/dom/security/test/general/file_cache_splitting_window.html
blob: 59a2ff2ca9aca922b42904854175755f05123fd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Document</title>
  <link rel="stylesheet" href="https://example.com/tests/dom/security/test/general/file_cache_splitting_server.sjs">
</head>
<body>
    <h1>HELLO WORLD!</h1>

    <script>
      window.addEventListener("load",()=>{
        fetch("file_cache_splitting_isloaded.sjs");
      });
    </script>
</body>
</html>