Use common mock for tests.
This commit is contained in:
parent
199da9c21b
commit
f589aa2005
3 changed files with 3 additions and 196 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue