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

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

Issue 23437003: Implement cloneNode for Document (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use SecurityContext::isolatedCopy instead and domain change test 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 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 cloned documents do not share the underlying 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" 8 PASS doc2.domain is "127.0.0.1"
9 PASS document.domain is "127.0.0.1" 9 PASS document.domain is "127.0.0.1"
10 PASS doc.domain is "0.0.1" 10 PASS doc.domain is "0.0.1"
11 PASS doc2.domain is "127.0.0.1" 11 PASS doc2.domain is "127.0.0.1"
12 PASS document.domain is "0.1" 12 PASS document.domain is "0.1"
13 PASS doc.domain is "0.0.1" 13 PASS doc.domain is "0.0.1"
14 PASS doc2.domain is "127.0.0.1" 14 PASS doc2.domain is "127.0.0.1"
15 PASS document.domain is "0.1" 15 PASS document.domain is "0.1"
16 PASS doc.domain is "0.0.1" 16 PASS doc.domain is "0.0.1"
17 PASS doc2.domain is "1" 17 PASS doc2.domain is "1"
18 PASS successfullyParsed is true 18 PASS successfullyParsed is true
19 19
20 TEST COMPLETE 20 TEST COMPLETE
21 21
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/security/document-clone-node-change-domain.html ('k') | LayoutTests/svg/custom/clone-node.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698