1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/content/base/test/file_bug604660-2.xsl Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +<?xml version="1.0"?> 1.5 +<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml"> 1.6 + <xsl:template match="/"> 1.7 + <html> 1.8 + <head> 1.9 + <title>XSLT script execution test</title> 1.10 + </head> 1.11 + <body> 1.12 + <script defer="" src="data:text/javascript,parent.scriptRan(5);"></script> 1.13 + <script>parent.scriptRan(1);</script> 1.14 + <script async="" src="data:text/javascript,parent.asyncRan();"></script> 1.15 + <script src="file_bug604660-3.js"></script> 1.16 + <script>parent.scriptRan(3);</script> 1.17 + <script src="file_bug604660-4.js"></script> 1.18 + </body> 1.19 + </html> 1.20 + </xsl:template> 1.21 +</xsl:stylesheet> 1.22 +