Reactivate previously disabled test

This commit is contained in:
Pierre-Yves Gerardy 2016-09-10 01:18:59 +02:00
parent ec95de9908
commit 97186f88a5
2 changed files with 1 additions and 3 deletions

View file

@ -41,8 +41,7 @@ describe("m.trust()", function () {
expect(root.childNodes[3].tagName).to.equal("I")
})
// TODO: m.trust's contents are having their tags stripped.
xit("works with mixed trusted content in td", function () {
it("works with mixed trusted content in td", function () {
var root = document.createElement("table")
root.appendChild(root = document.createElement("tr"))