tenfourfox/dom/tests/mochitest/beacon/file_beaconCookies.html

9 lines
239 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!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>