summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/cookies/local-file-can-set-cookies-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/cookies/local-file-can-set-cookies-expected.txt')
-rw-r--r--LayoutTests/fast/cookies/local-file-can-set-cookies-expected.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/LayoutTests/fast/cookies/local-file-can-set-cookies-expected.txt b/LayoutTests/fast/cookies/local-file-can-set-cookies-expected.txt
new file mode 100644
index 0000000..0886317
--- /dev/null
+++ b/LayoutTests/fast/cookies/local-file-can-set-cookies-expected.txt
@@ -0,0 +1,11 @@
+This test checks that a local file can set cookies. See: rdar://problem/5379090 REGRESSION: Cannot set cookies for local files
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS document.cookie.indexOf('ppkcookie1=testcookie') is -1
+PASS document.cookie.indexOf('ppkcookie1=testcookie') >= 0 is true
+PASS successfullyParsed is true
+
+TEST COMPLETE
+