blob: a378a548ef3327b29238052f4cba639e6bc58fe3 [file] [log] [blame]
<!-- webkit-test-runner [ enableBackForwardCache=true ] -->
<!DOCTYPE html>
<html>
<head>
<script src="/common/utils.js"></script>
<script src="/common/get-host-info.sub.js"></script>
<script>
const RESOURCES_DIR = "/beacon/resources/";
var id = self.token();
</script>
</head>
<body>
<script>
onpagehide = function() {
const testUrl = RESOURCES_DIR + "content-type.py?cmd=put&id=" + id;
navigator.sendBeacon(testUrl, "test");
}
</script>
</body>
</html>