[render/render] Test for removing styles and assorted domMock changes

This commit is contained in:
Pierre-Yves Gérardy 2018-05-31 23:49:05 +02:00 committed by Pierre-Yves Gérardy
parent 1fdc9278c7
commit 6283aa4a7d
3 changed files with 70 additions and 1 deletions

View file

@ -247,7 +247,7 @@ module.exports = function(options) {
}
}
}
cssText = buf.join(" ")
element.setAttribute("style", cssText = buf.join(" "))
}
}
})