2 <?xml-stylesheet type="text/xsl" href="#stylesheet"?>
4 <!ATTLIST xsl:stylesheet id ID #IMPLIED>
7 <xsl:stylesheet id="stylesheet" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
8 <xsl:template match="/">
12 <script type="text/javascript">
16 document.title = JSON.stringify(failed);
20 fail("documents sandboxed without allow-scripts should NOT be able to run inline scripts");
23 <script src="file_bug1729517.js" />
25 <body onload="fail('documents sandboxed without allow-scripts should NOT be able to run script from event handlers'); doStuff();">
26 <img src="about:blank" onerror="fail('documents sandboxed without allow-scripts should NOT be able to run script from event handlers');" />