tenfourfox/dom/tests/mochitest/beacon/file_beaconCookies.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

9 lines
239 B
HTML

<!DOCTYPE HTML>
<script class="testbody" type="text/javascript">
var beaconUrl = "http://mochi.test:8888/chrome/dom/tests/mochitest/beacon/beacon-set-cookie.sjs";
navigator.sendBeacon(beaconUrl, "ceci n'est pas une demande");
</script>