Clarify why a test is broken. [ci skip]
This commit is contained in:
parent
04847785a0
commit
bb321e68d3
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ describe("m.trust()", function () {
|
||||||
expect(root.childNodes[3].tagName).to.equal("I")
|
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 () {
|
xit("works with mixed trusted content in td", function () {
|
||||||
var root = document.createElement("table")
|
var root = document.createElement("table")
|
||||||
root.appendChild(root = document.createElement("tr"))
|
root.appendChild(root = document.createElement("tr"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue