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

Unified Diff: LayoutTests/http/tests/security/create-document-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/create-document-change-domain-expected.txt
diff --git a/LayoutTests/http/tests/security/create-document-change-domain-expected.txt b/LayoutTests/http/tests/security/create-document-change-domain-expected.txt
index 9d00c0a5d3ccc47b06fa5aab58b95452965113a6..1d8bba0070b38e0457b711e20d124d1f138aa7a7 100644
--- a/LayoutTests/http/tests/security/create-document-change-domain-expected.txt
+++ b/LayoutTests/http/tests/security/create-document-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