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

Side by Side 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, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Tests that different documents created using createDocument do not share the und erlying domain 1 Tests that different documents created using createDocument do not share the und erlying domain
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS document.domain is "127.0.0.1" 6 PASS document.domain is "127.0.0.1"
7 PASS doc.domain is "127.0.0.1" 7 PASS doc.domain is "127.0.0.1"
8 PASS doc2.domain is "127.0.0.1"
9 PASS document.domain is "127.0.0.1"
10 PASS doc.domain is "0.0.1"
11 PASS doc2.domain is "127.0.0.1"
12 PASS document.domain is "0.1" 8 PASS document.domain is "0.1"
13 PASS doc.domain is "0.0.1" 9 PASS doc.domain is "127.0.0.1"
14 PASS doc2.domain is "127.0.0.1"
15 PASS document.domain is "0.1"
16 PASS doc.domain is "0.0.1"
17 PASS doc2.domain is "1"
18 PASS successfullyParsed is true 10 PASS successfullyParsed is true
19 11
20 TEST COMPLETE 12 TEST COMPLETE
21 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698