summaryrefslogtreecommitdiffstats
path: root/dom/security/test/general/file_cache_splitting_window.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/security/test/general/file_cache_splitting_window.html')
-rw-r--r--dom/security/test/general/file_cache_splitting_window.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/dom/security/test/general/file_cache_splitting_window.html b/dom/security/test/general/file_cache_splitting_window.html
new file mode 100644
index 0000000000..59a2ff2ca9
--- /dev/null
+++ b/dom/security/test/general/file_cache_splitting_window.html
@@ -0,0 +1,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>