chromium/content/test/data/send-beacon.html

<!doctype html>
<script>
navigator.sendBeacon('/beacon', 'hello');
</script>