зеркало из https://github.com/mozilla/gecko-dev.git
Bug 485217 - Add a crashtest.
This commit is contained in:
Родитель
b3d7ab96e9
Коммит
3b8310b1af
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-stylesheet type="text/xsl" href="485217.xsl"?>
|
||||
|
||||
|
||||
<root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<item1 id="AAAAAAA" />
|
||||
<item2 id="AAAAAAAAA" label="AAAAAAAAAAAA"/>
|
||||
</root>
|
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
|
||||
<xsl:key name="label" match="item2" use="w00t()"/>
|
||||
|
||||
<xsl:template match="root">
|
||||
<xsl:for-each select="//item1">
|
||||
<xsl:call-template name="item1" />
|
||||
</xsl:for-each>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template name="item1">
|
||||
<xsl:for-each select="key('label', 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA')">
|
||||
</xsl:for-each>
|
||||
</xsl:template>
|
||||
|
||||
</xsl:stylesheet>
|
|
@ -2,3 +2,4 @@ load 91332.xml
|
|||
load 111994.xml
|
||||
load 226425.xml
|
||||
load 406106-1.html
|
||||
load 485217.xml
|
||||
|
|
Загрузка…
Ссылка в новой задаче