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

Side by Side Diff: LayoutTests/http/tests/security/cross-origin-xsl-redirect-BLOCKED.html

Issue 8037034: Merge 95580 - Invoke CachedResourceLoader::canRequest for all URLs in a redirect chain (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
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/cross-origin-xsl-redirect-BLOCKED-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.dumpChildFramesAsText(); 6 layoutTestController.dumpChildFramesAsText();
7 layoutTestController.waitUntilDone(); 7 layoutTestController.waitUntilDone();
8 } 8 }
9 9
10 function done() { 10 function done() {
11 if (window.layoutTestController) 11 if (window.layoutTestController)
12 layoutTestController.notifyDone(); 12 layoutTestController.notifyDone();
13 } 13 }
14 </script> 14 </script>
15 </head> 15 </head>
16 <body> 16 <body>
17 <div>This test loads the XML document in an iframe so that it can call 17 <div>This test loads the XML document in an iframe so that it can call
18 dumpAsText(). This test passes if the iframe below is blank.</div> 18 dumpAsText(). This test passes if the iframe below is blank.</div>
19 <iframe name="uses-xsl" onload="done()" 19 <iframe name="uses-xsl" onload="done()"
20 src="resources/cross-origin-xsl-redirect.xml"></iframe> 20 src="resources/cross-origin-xsl-redirect.xml"></iframe>
21 </body> 21 </body>
22 </html> 22 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/cross-origin-xsl-redirect-BLOCKED-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698