summaryrefslogtreecommitdiffstats
path: root/dom/plugins/test/mochitest/file_setcookie.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/plugins/test/mochitest/file_setcookie.html')
-rw-r--r--dom/plugins/test/mochitest/file_setcookie.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/dom/plugins/test/mochitest/file_setcookie.html b/dom/plugins/test/mochitest/file_setcookie.html
new file mode 100644
index 000000000..3838db7fe
--- /dev/null
+++ b/dom/plugins/test/mochitest/file_setcookie.html
@@ -0,0 +1,9 @@
+<!-- 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>