mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-03 20:30:00 +00:00
9 lines
239 B
HTML
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>
|