| OLD | NEW |
| 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> |
| OLD | NEW |