Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(285)

Unified Diff: LayoutTests/fast/cookies/cookies-disabled-in-data-url-expected.txt

Issue 23163004: Improve 'document.cookie' access check exception messages. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/cookies/cookies-disabled-in-data-url-expected.txt
diff --git a/LayoutTests/fast/cookies/cookies-disabled-in-data-url-expected.txt b/LayoutTests/fast/cookies/cookies-disabled-in-data-url-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9af35a6c18b0f4bf64d7a3349d5a9b0a1832085d
--- /dev/null
+++ b/LayoutTests/fast/cookies/cookies-disabled-in-data-url-expected.txt
@@ -0,0 +1,10 @@
+This tests that cookie access throws exceptions with reasonable messages inside 'data:' URLs.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS exceptionMessage is "Access to 'cookie' is denied for this document. Cookies are disabled inside 'data:' URLs."
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698