FIX: Remove canvas tag.

This commit is contained in:
Robin Ward
2014-02-05 12:22:17 -05:00
parent e45a2bd064
commit af5254d3b4
2 changed files with 1 additions and 4 deletions

View File

@ -351,6 +351,7 @@ test("sanitize", function() {
"it allows iframe to google maps");
equal(sanitize("<textarea>hullo</textarea>"), "hullo");
equal(sanitize("<button>press me!</button>"), "press me!");
equal(sanitize("<canvas>draw me!</canvas>"), "draw me!");
});
test("URLs in BBCode tags", function() {