blob: 4b0d95908c5e5129693c9157f300ac60ee40e6f7 [file] [log] [blame]
<!-- webkit-test-runner [ UsesBackForwardCache=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-and-body.py?cmd=put&id=" + id;
navigator.sendBeacon(testUrl, "test");
}
</script>
</body>
</html>