Removes FIXME comment
This commit is contained in:
parent
aad2fc3e33
commit
1eada0de80
1 changed files with 0 additions and 2 deletions
|
|
@ -42,8 +42,6 @@ describe("m.trust()", function () {
|
||||||
expect(root.childNodes[3].tagName).to.equal("I")
|
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 () {
|
it("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