Skip to content
Permalink
Browse files
This test is expected to fail.
  • Loading branch information
jeresig committed May 1, 2007
1 parent 67c640b commit c0cc8ed
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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;

0 comments on commit c0cc8ed

Please sign in to comment.