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

Unified Diff: LayoutTests/http/tests/security/document-clone-node-change-domain-expected.txt

Issue 50573004: Don't set document.domain to an IP address fragment. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: missing weboriginexport header Created 7 years, 2 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/http/tests/security/document-clone-node-change-domain-expected.txt
diff --git a/LayoutTests/http/tests/security/document-clone-node-change-domain-expected.txt b/LayoutTests/http/tests/security/document-clone-node-change-domain-expected.txt
index d6efbe51adceea2cdd1166d2e8ffd426379f0754..fb9744cc7422e94b6fda8cc1f21d97fc868107a0 100644
--- a/LayoutTests/http/tests/security/document-clone-node-change-domain-expected.txt
+++ b/LayoutTests/http/tests/security/document-clone-node-change-domain-expected.txt
@@ -5,16 +5,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS document.domain is "127.0.0.1"
PASS doc.domain is "127.0.0.1"
-PASS doc2.domain is "127.0.0.1"
-PASS document.domain is "127.0.0.1"
-PASS doc.domain is "0.0.1"
-PASS doc2.domain is "127.0.0.1"
-PASS document.domain is "0.1"
-PASS doc.domain is "0.0.1"
-PASS doc2.domain is "127.0.0.1"
PASS document.domain is "0.1"
-PASS doc.domain is "0.0.1"
-PASS doc2.domain is "1"
+PASS doc.domain is "127.0.0.1"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698