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

Side by Side Diff: LayoutTests/http/tests/security/resources/cross-origin-xsl-redirect.xml

Issue 8002026: Merge 95580 - Invoke CachedResourceLoader::canRequest for all URLs in a redirect chain (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 3 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <?xml-stylesheet type="text/xsl" href="http://127.0.0.1:8000/security/resources/ redir.php?url=http://localhost:8000/security/resources/forbidden-stylesheet.xsl" ?> 2 <?xml-stylesheet type="text/xsl" href="http://127.0.0.1:8000/security/resources/ redir.php?url=http://localhost:8000/security/resources/forbidden-stylesheet.xsl" ?>
3 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <body> 4 <body>
5 <script> 5 <script>
6 if (window.layoutTestController) 6 if (window.layoutTestController)
7 layoutTestController.dumpAsText(); 7 layoutTestController.dumpAsText();
8 </script> 8 </script>
9 PASS: Forbidden XML stylesheet did not run. 9 PASS: Forbidden XML stylesheet did not run.
10 </body> 10 </body>
11 </html> 11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698