mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 18:37:31 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
22
dom/xslt/crashtests/528963.xml
Normal file
22
dom/xslt/crashtests/528963.xml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet type="text/xml" href="#bug"?>
|
||||
<!DOCTYPE doc [
|
||||
<!ATTLIST xsl:transform
|
||||
id ID #REQUIRED>
|
||||
]>
|
||||
<doc>
|
||||
<xsl:transform
|
||||
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version="2.0"
|
||||
id="bug">
|
||||
<xsl:key name="k0" match="e2" use="name('foo')" />
|
||||
|
||||
<xsl:template name="t1" match="/">
|
||||
<xsl:element name="e2" namespace="{//doc}" />
|
||||
</xsl:template>
|
||||
<xsl:template name="t2" match="key('k0', 'bar')" />
|
||||
</xsl:transform>
|
||||
|
||||
<e2/>
|
||||
|
||||
</doc>
|
||||
Loading…
Add table
Add a link
Reference in a new issue