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

Side by Side Diff: LayoutTests/http/tests/security/cookies/cookie-theft-with-javascript-doc.html

Issue 8083016: Merge 96260 - JavaScript generated documents don't inherit the cookie URL (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 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
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/cookies/cookie-theft-with-javascript-doc-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script> 3 <script>
4 if (window.layoutTestController) { 4 if (window.layoutTestController) {
5 layoutTestController.dumpAsText(); 5 layoutTestController.dumpAsText();
6 layoutTestController.waitUntilDone(); 6 layoutTestController.waitUntilDone();
7 layoutTestController.setCanOpenWindows(); 7 layoutTestController.setCanOpenWindows();
8 layoutTestController.setCloseRemainingWindowsWhenComplete(true); 8 layoutTestController.setCloseRemainingWindowsWhenComplete(true);
9 } 9 }
10 10
(...skipping 18 matching lines...) Expand all
29 { 29 {
30 document.body.textContent = wnd.document.cookie.indexOf(key) != -1 ? "FAILUR E" : "SUCCESS"; 30 document.body.textContent = wnd.document.cookie.indexOf(key) != -1 ? "FAILUR E" : "SUCCESS";
31 if (window.layoutTestController) 31 if (window.layoutTestController)
32 layoutTestController.notifyDone(); 32 layoutTestController.notifyDone();
33 } 33 }
34 </script> 34 </script>
35 </head> 35 </head>
36 <body> 36 <body>
37 </body> 37 </body>
38 </html> 38 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/cookies/cookie-theft-with-javascript-doc-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698