зеркало из https://github.com/mozilla/gecko-dev.git
Fix bustage in testcase for bug 551654.
--HG-- extra : rebase_source : b51a740e03cd15e92ae6a24cf7917db68f41b1d0
This commit is contained in:
Родитель
eeb50c3dcd
Коммит
ed51a5c51a
|
@ -23,8 +23,8 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=551654
|
|||
var didTransform = false;
|
||||
var processor = new XSLTProcessor();
|
||||
var style =
|
||||
'<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"' +
|
||||
'xmlns:exsl="http://exslt.org/common"' +
|
||||
'<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" ' +
|
||||
'xmlns:exsl="http://exslt.org/common" ' +
|
||||
'version="1.0">' +
|
||||
'<xsl:output method="html"/>' +
|
||||
'<xsl:template match="/">' +
|
||||
|
|
Загрузка…
Ссылка в новой задаче