Revert "Use common mock for tests."

This reverts commit f589aa2005.
This commit is contained in:
Leo Horie 2016-04-19 22:53:59 -04:00
parent f126fb5ea6
commit 04847785a0
3 changed files with 196 additions and 3 deletions

View file

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