comparison: dom/tests/mochitest/beacon/file_beaconCookies.html
dom/tests/mochitest/beacon/file_beaconCookies.html
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 <!DOCTYPE HTML> |
|
2 <script class="testbody" type="text/javascript"> |
|
3 |
|
4 var beaconUrl = "http://mochi.test:8888/chrome/dom/tests/mochitest/beacon/beacon-set-cookie.sjs"; |
|
5 |
|
6 navigator.sendBeacon(beaconUrl, "ceci n'est pas une demande"); |
|
7 |
|
8 </script> |