1
0
Fork 0
firefox/dom/security/test/general/file_cache_splitting_window.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

17 lines
398 B
HTML

<!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>