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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/aboutBlank/security-context-grandchildren-write-lexical-expected.txt

Issue 1611523002: Require the entry document to have the same origin as the open()d document (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 11 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: third_party/WebKit/LayoutTests/http/tests/security/aboutBlank/security-context-grandchildren-write-lexical-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/aboutBlank/security-context-grandchildren-write-lexical-expected.txt b/third_party/WebKit/LayoutTests/http/tests/security/aboutBlank/security-context-grandchildren-write-lexical-expected.txt
index b0fc1e8026fdfd3224ed64ebbf1ed634017d4967..4ad63583633035f2047d72e5083feb80e781ba83 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/aboutBlank/security-context-grandchildren-write-lexical-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/security/aboutBlank/security-context-grandchildren-write-lexical-expected.txt
@@ -11,20 +11,20 @@ document.baseURI = about:blank
document.cookie = cookie=resources; cookie=parent
--- After document.open() ---
* "about:blank"
-document.URL = http://127.0.0.1:8000/security/aboutBlank/resources/iframe-with-about-blank-children.html
-document.baseURI = http://127.0.0.1:8000/security/aboutBlank/resources/iframe-with-about-blank-children.html
-document.cookie = cookie=resources; cookie=parent
+document.URL = http://127.0.0.1:8000/security/aboutBlank/security-context-grandchildren-write-lexical.html
+document.baseURI = http://127.0.0.1:8000/security/aboutBlank/security-context-grandchildren-write-lexical.html
+document.cookie = cookie=parent
* ""
-document.URL = http://127.0.0.1:8000/security/aboutBlank/resources/iframe-with-about-blank-children.html
-document.baseURI = http://127.0.0.1:8000/security/aboutBlank/resources/iframe-with-about-blank-children.html
-document.cookie = cookie=resources; cookie=parent
+document.URL = http://127.0.0.1:8000/security/aboutBlank/security-context-grandchildren-write-lexical.html
+document.baseURI = http://127.0.0.1:8000/security/aboutBlank/security-context-grandchildren-write-lexical.html
+document.cookie = cookie=parent
--- After document.close() ---
* "about:blank"
-document.URL = http://127.0.0.1:8000/security/aboutBlank/resources/iframe-with-about-blank-children.html
-document.baseURI = http://127.0.0.1:8000/security/aboutBlank/resources/iframe-with-about-blank-children.html
-document.cookie = cookie=resources; cookie=parent
+document.URL = http://127.0.0.1:8000/security/aboutBlank/security-context-grandchildren-write-lexical.html
+document.baseURI = http://127.0.0.1:8000/security/aboutBlank/security-context-grandchildren-write-lexical.html
+document.cookie = cookie=parent
* ""
-document.URL = http://127.0.0.1:8000/security/aboutBlank/resources/iframe-with-about-blank-children.html
-document.baseURI = http://127.0.0.1:8000/security/aboutBlank/resources/iframe-with-about-blank-children.html
-document.cookie = cookie=resources; cookie=parent
+document.URL = http://127.0.0.1:8000/security/aboutBlank/security-context-grandchildren-write-lexical.html
+document.baseURI = http://127.0.0.1:8000/security/aboutBlank/security-context-grandchildren-write-lexical.html
+document.cookie = cookie=parent
--- Test ends ---

Powered by Google App Engine
This is Rietveld 408576698