summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/beacon/file_beaconCookies.html
blob: aeecb2263ee86e645a9c246dfa8aaa258be5e5d1 (plain)
1
2
3
4
5
6
7
8
<!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>