From 1eada0de80cb1c8b88dea3eb510b7c6671cb2971 Mon Sep 17 00:00:00 2001 From: John Long Date: Fri, 8 Jan 2016 08:59:48 -0700 Subject: [PATCH] Removes FIXME comment --- test/mithril.trust.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/mithril.trust.js b/test/mithril.trust.js index b28316e6..c64adb4c 100644 --- a/test/mithril.trust.js +++ b/test/mithril.trust.js @@ -42,8 +42,6 @@ describe("m.trust()", function () { expect(root.childNodes[3].tagName).to.equal("I") }) - // FIXME: this is a bug (trusted string's contents rendered as just - // textual contents) it("works with mixed trusted content in td", function () { var root = document.createElement("table") root.appendChild(root = document.createElement("tr"))