dom/xslt/crashtests/1338277.html
author Andy Leiserson <aleiserson@mozilla.com>
Sat, 19 Jul 2025 16:44:54 +0000 (5 hours ago)
changeset 797257 246e16bb06c941d6f64d807d43c807bfba04ae86
parent 348526 e4062da24f6b02d3d6998088e82d780a07047e63
permissions -rw-r--r--
Bug 1976958 - Update wgpu to b83c9cf (2025-07-10) r=webgpu-reviewers,supply-chain-reviewers,teoxoy Differential Revision: https://phabricator.services.mozilla.com/D257047
<script id=o_xml type="text/plain"><?xml version="1.0" encoding="UTF-8"?>
<xb></xb>
</script>
<script id=o_xslt type="text/plain"><?xml version="1.0" encoding="UTF-8"?>
<xsl:transform version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  <xsl:template match="xb[$v1]"></xsl:template>
  <xsl:variable name="v1">
    <xsl:attribute name="a1" namespace="z">
      <xsl:variable name="v2" select="$v2"></xsl:variable>
    </xsl:attribute>
  </xsl:variable>
</xsl:transform>
</script>
<script>
addEventListener("DOMContentLoaded", function(){
  let doc = new DOMParser();
  let xsltPrs = new XSLTProcessor();
  xsltPrs.importStylesheet(doc.parseFromString(o_xslt.textContent, "text/xml"));
  xsltPrs.transformToDocument(doc.parseFromString(o_xml.textContent, "text/xml"));
});
</script>