| Index: content/test/data/set_cookie.html
|
| diff --git a/content/test/data/set_cookie.html b/content/test/data/set_cookie.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..87bc34d19ea8694bc4273ad0edb62d46a40e9842
|
| --- /dev/null
|
| +++ b/content/test/data/set_cookie.html
|
| @@ -0,0 +1,12 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<head>
|
| +<title>Loading...</title>
|
| +<script>
|
| + if (document.cookie == "A=B")
|
| + document.title = "cookie set";
|
| + else
|
| + document.title = "cookie not set";
|
| +</script>
|
| +</head>
|
| +</html>
|
|
|