Files
UXP-Fixed/dom/plugins/test/mochitest/file_setcookie.html
T
2018-02-02 04:16:08 -05:00

10 lines
258 B
HTML

<!-- Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ -->
<html>
<head>
<meta charset=UTF-8>
<body>
<script>document.cookie = "found=another_cookie";</script>
</body>
</html>