This test is expected to fail.

This commit is contained in:
John Resig 2007-05-01 21:27:55 +00:00
parent 67c640bb20
commit c0cc8edd5d

View file

@ -677,7 +677,7 @@ test("val(String)", function() {
});
test("html(String)", function() {
expect(3);
expect(2);
var div = $("div");
div.html("<b>test</b>");
var pass = true;