diff options
Diffstat (limited to 'browser/base/content/test/protectionsUI/cookieSetterPage.html')
-rw-r--r-- | browser/base/content/test/protectionsUI/cookieSetterPage.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/browser/base/content/test/protectionsUI/cookieSetterPage.html b/browser/base/content/test/protectionsUI/cookieSetterPage.html new file mode 100644 index 0000000000..aab18e0aff --- /dev/null +++ b/browser/base/content/test/protectionsUI/cookieSetterPage.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<html> +<body> + <script> document.cookie = "foo=bar"; </script> +</body> +</html> |