Clarify why a test is broken. [ci skip]

This commit is contained in:
Isiah Meadows 2016-04-19 23:00:38 -04:00
parent 04847785a0
commit bb321e68d3

View file

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