Use common mock for tests.

This commit is contained in:
impinball 2016-03-02 14:10:30 -05:00
parent 199da9c21b
commit f589aa2005
3 changed files with 3 additions and 196 deletions

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"))