4 https://bugzilla.mozilla.org/show_bug.cgi?id=468208
7 <title>Test for Bug
468208</title>
8 <script src=
"/tests/SimpleTest/SimpleTest.js"></script>
9 <link rel=
"stylesheet" type=
"text/css" href=
"/tests/SimpleTest/test.css" />
13 <a target=
"_blank" href=
"https://bugzilla.mozilla.org/show_bug.cgi?id=468208">Mozilla Bug
468208</a>
15 <div id=
"content" style=
"display: none">
19 <script class=
"testbody" type=
"text/javascript">
21 /** Test for Bug
468208 **/
23 '
<xsl:stylesheet version=
"1.0" xmlns:
xsl=
"http://www.w3.org/1999/XSL/Transform">\n\
24 <xsl:strip-space elements=
"color"/>\n\
27 var xsltdoc = new DOMParser().parseFromString(xslt,
"text/xml");
29 var processor = new XSLTProcessor;
30 processor.importStylesheet(xsltdoc);
31 ok(true,
"XSLT shouldn't leak");