Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / security / resources / cross-origin-xsl.xml
blobeacc6c31d36bdef5a9c9fcd1c699e0407ee9b427
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?xml-stylesheet type="text/xsl" href="http://localhost:8000/security/resources/forbidden-stylesheet.xsl"?>
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <body>
5 <script>
6 if (window.testRunner)
7   testRunner.dumpAsText();
8 </script>
9 PASS: Forbidden XML stylesheet did not run.
10 </body>
11 </html>