Files
meteor/packages/htmljs/htmljs_test.js

6 lines
168 B
JavaScript

test("htmljs", function() {
// Make sure "style" works, which has to be special-cased for IE.
assert.equal(DIV({style:"display:none"}).style.display, "none");
});